https://github.com/amalan-constat/southparkrshiny
R package and shiny application for the tv show SouthPark
https://github.com/amalan-constat/southparkrshiny
Last synced: 4 months ago
JSON representation
R package and shiny application for the tv show SouthPark
- Host: GitHub
- URL: https://github.com/amalan-constat/southparkrshiny
- Owner: Amalan-ConStat
- License: other
- Created: 2024-03-07T05:29:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T02:29:25.000Z (over 2 years ago)
- Last Synced: 2025-12-09T11:53:26.624Z (6 months ago)
- Language: R
- Size: 6.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE,comment = "#>",fig.path = "man/figures/",
out.width = "100%")
library(badger)
```
# SouthParkRshiny 
`r badge_cran_release("SouthParkRshiny")`
[](commits/main)
`r badge_dependencies("SouthParkRshiny")`
[](https://lbesson.mit-license.org/)
`r badge_cran_download("SouthParkRshiny", "grand-total", "green")`
`r badge_cran_download("SouthParkRshiny", "last-month", "green")`
`r badge_cran_download("SouthParkRshiny", "last-week", "green")`
`r badge_repostatus("Active")`
`r badge_lifecycle("stable")`
[](https://github.com/Amalan-ConStat/SouthParkRshiny/issues)
`r badge_code_size("Amalan-ConStat/SouthParkRshiny")`
## How to engage with "SouthParkRshiny" the first time ?
```{r SouthParkRshiny from GitHub or CRAN,eval=FALSE}
## Installing the package from GitHub
devtools::install_github("Amalan-ConStat/SouthParkRshiny")
## Installing the package from CRAN
install.packages("SouthParkRshiny")
```
Old SouthPark Rshiny application : [Here](https://github.com/Amalan-ConStat/SouthPark-Rshiny)
## What does this Rshiny App does ?
* Script data of the tv show "SouthPark" is webscraped from "https://southpark.fandom.com/wiki/South_Park_Archives".
* Ratings and votes for the show are scraped from "IMDB" as per its instructions.
* Analysis on ratings, votes, swear words and sentiments are summarised through plots.