OlympicPeople | R Documentation |
Individuals who competed at the Olympic Games from 1896 to 2016.
data(OlympicPeople)
A data frame with 219434 observations on the following 4 variables.
Sex
Sex of athlete
NOC
Abbreviation for national team
Year
Year of Games
City
Location of Games
This dataset and the dataset OlympicPerfs are both used in Chapter 6, "The modern Olympic Games in numbers".
Derived from https://www.kaggle.com/datasets/heesoo37/120-years-of-olympic-history-athletes-and-results
data(OlympicPeople, package="GmooG")
with(OlympicPeople, table(Year))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.