Skip to content

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

  1. Clone the repository.
  2. Install the required packages by running install.packages(c("shiny", "stringr")).
  3. Run the application by executing shiny::runApp().
  4. That's it! You can now use the application to count characters, words, and lines in text.