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

https://github.com/amalan-constat/olympicrshiny

Rshiny application for Olympic data
https://github.com/amalan-constat/olympicrshiny

Last synced: 8 months ago
JSON representation

Rshiny application for Olympic data

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,comment = "#>",collapse = TRUE, fig.retina=2, fig.path = "man/figures/",
out.width = "100%")
library(badger)
```

# OlympicRshiny

`r badge_cran_release("OlympicRshiny")`
`r badge_cran_checks("OlympicRshiny")`
`r badge_runiverse()`

`r badge_cran_download("OlympicRshiny", "grand-total", "green")`
`r badge_cran_download("OlympicRshiny", "last-month", "green")`
`r badge_cran_download("OlympicRshiny", "last-week", "green")`

`r badge_repostatus("Active")`
`r badge_lifecycle("stable")`
[![GitHub issues](https://img.shields.io/github/issues/Amalan-ConStat/OlympicRshiny.svg?style=popout)](https://github.com/Amalan-ConStat/OlympicRshiny/issues)

`r badge_code_size("Amalan-ConStat/OlympicRshiny")`
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)

## How to engage with "OlympicRshiny" the first time ?

```{r OlympicRshiny from GitHub or CRAN,eval=FALSE}
## Installing the package from GitHub
devtools::install_github("Amalan-ConStat/OlympicRshiny")

## Installing the package from CRAN
install.packages("OlympicRshiny")
```

Old project is at : [Here](https://github.com/Amalan-ConStat/Olympic-Data-Rshiny-)

Old location for the Rshiny App: [Here](https://amalan-con-stat.shinyapps.io/olympic/)

Data for the Application: [Here](https://www.kaggle.com/heesoo37/120-years-of-olympic-history-athletes-and-results)

Current Rshiny Application: [Here](https://amalan-con-stat.shinyapps.io/OlympicRshiny/)

## Why I choose Rshiny than a blog post ?

* Convenience.
* Attractive.
* Simple.
* No Intention of Comparison between countries or players.

## What does this Rshiny App does ?

### Tabs

* GRAPH - Plot indicating the medals wons over the years for a chosen country.
* DATA - For a chosen country the data is acquired.
* DESCRIBE - Summary of the chosen country in an interactive table.
* G/YEARS - For a chosen country a bar plot indicating how Gender representation changes over year.
* S/YEARS - For a chosen country a bar plot indicating how Gender representation changes over sport.