-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
67 lines (46 loc) · 2.3 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{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 <img src="man/figures/logo.png" align="right" alt="" width="150" />
<!-- badges: start -->
`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/)
<!-- badges: end -->
## 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.