R Shiny Text Counter Application
This is a web application built using R Shiny that allows users to input text and count the number of characters, words, and lines in the text. It uses R Shiny for the user interface and R for the backend logic.
Getting Started
- Clone the repository.
- Install the required packages by running
install.packages(c("shiny", "stringr"))
. - Run the application by executing
shiny::runApp()
. - That's it! You can now use the application to count characters, words, and lines in text.