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
- Host: GitHub
- URL: https://github.com/amalan-constat/olympicrshiny
- Owner: Amalan-ConStat
- License: other
- Created: 2023-01-27T19:24:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T06:25:49.000Z (over 1 year ago)
- Last Synced: 2025-09-09T04:59:49.517Z (9 months ago)
- Language: R
- Size: 14 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 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")`
[](https://github.com/Amalan-ConStat/OlympicRshiny/issues)
`r badge_code_size("Amalan-ConStat/OlympicRshiny")`
[](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.