Performances of competitors at the modern Summer Olympic Games
Performances at the Summer Olympic Games from 1896 to 2016. data
data(OlympicPerfs)
A data frame with 108789 observations on the following 8 variables.
rank
: rank in eventmedalType
: medal won: one of Gold, Silver, Bronze, NAgames
: location and yeardiscipline
: discipline of eventevent
: name of eventresult_value
: result reportedresult_type
: type of result: distance, time, points, weight, and four otherscountry
: countryThis dataset and the dataset OlympicPeople are both used in Chapter 6, "The modern Olympic Games in numbers".
Derived from a dataset scraped from the web and provided to the maintainer.
data(OlympicPerfs, package="GmooG") library(tidyverse) OlyD <- OlympicPerfs %>% count(discipline)
About the dataset
Column names and types