An open API service indexing awesome lists of open source software.

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

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")`
[![packageversion](https://img.shields.io/badge/Package%20version-1.0.0-orange.svg?style=flat-square)](commits/main)
`r badge_dependencies("SouthParkRshiny")`
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](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")`
[![GitHub issues](https://img.shields.io/github/issues/Amalan-ConStat/SouthParkRshiny.svg?style=popout)](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.