https://github.com/lulunac27a/r-shiny-text-counter-application
Text counter application in R Shiny
https://github.com/lulunac27a/r-shiny-text-counter-application
r-shiny shiny shiny-app shiny-application shiny-r text-area text-box text-count text-counter web-app web-application webapp
Last synced: 24 days ago
JSON representation
Text counter application in R Shiny
- Host: GitHub
- URL: https://github.com/lulunac27a/r-shiny-text-counter-application
- Owner: lulunac27a
- Created: 2024-12-26T04:13:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-20T01:19:52.000Z (6 months ago)
- Last Synced: 2025-05-18T19:39:32.757Z (5 months ago)
- Topics: r-shiny, shiny, shiny-app, shiny-application, shiny-r, text-area, text-box, text-count, text-counter, web-app, web-application, webapp
- Language: R
- Homepage: https://lulunac27a.github.io/r-shiny-text-counter-application/
- Size: 568 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.