| Title: | 'Shiny' Application for Olympic Data |
|---|---|
| Description: | 'Shiny' Application to visualize Olympic Data. From 1896 to 2016. Even Winter Olympics events are included. Data is from Kaggle at <https://www.kaggle.com/heesoo37/120-years-of-olympic-history-athletes-and-results>. |
| Authors: | Amalan Mahendran [cre, aut] |
| Maintainer: | Amalan Mahendran <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 1.0.2 |
| Built: | 2026-05-14 06:21:43 UTC |
| Source: | https://github.com/Amalan-ConStat/OlympicRshiny |
Data of Olympic games from 1896 to 2016 are stored here, which is available at Kaggle.
OlympicOlympic
A data frame with
NameAthlete's name
SexMale or Female
AgeAge of the athlete in integer form
HeightIn centimeters
WeightIn kilograms
TeamTeam name
NOCNational Olympic Committee 3-letter code converted into region
GamesYear and season
YearYear the olympic games was held
SeasonSummer or Winter olympic games
CityHost city
SportSport
EventEvent
MedalGold, Silver, Bronze, or No medal
plot(Olympic$Height,Olympic$Weight)plot(Olympic$Height,Olympic$Weight)
Run the Shiny Application
run_app(...)run_app(...)
... |
list of golem options. |
used for side effects