| Olympic {OlympicRshiny} | R Documentation |
Olympic data
Description
Data of Olympic games from 1896 to 2016 are stored here, which is available at Kaggle.
Usage
Olympic
Format
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
Examples
plot(Olympic$Height,Olympic$Weight)
[Package OlympicRshiny version 1.0.1 Index]