A simple Shiny app to analyze word and character count in text.
This is a simple Shiny application that analyzes a block of text, providing:
Before running the app, make sure you have the following R packages installed:
You can install them manually by running the commands below in your R console:
install.packages("shiny")
install.packages("tidyverse")
install.packages("tidytext")
install.packages("dplyr")
install.packages("purrr")
install.packages("stringr")
install.packages("ggplot2")
install.packages("tibble")
Or, you can also run the packages.R file included in this repo to install them all at once.
packages.R and run each line using Ctrl + Enter to install the required packages (if not already installed).app.R.Ctrl + Enter.The app will launch in your default web browser.
| File | Description |
|---|---|
app.R |
The main Shiny app code |
packages.R |
Script to install required packages |
README |
This readme file |
LICENSE |
MIT License |
This project is licensed under the MIT License.
Feel free to use, modify, and share it β just include credit. βοΈ
Faithfulness Issijude, Toochi Uduma and Demilade Olagunju
Made with π for learning, fun, and community impact.