OlympicPeople {GmooG}R Documentation

Competitors at the modern Olympic Games

Description

Individuals who competed at the Olympic Games from 1896 to 2016.

Usage

data(OlympicPeople)

Format

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

Details

This dataset and the dataset OlympicPerfs are both used in Chapter 6, "The modern Olympic Games in numbers".

Source

Derived from https://www.kaggle.com/datasets/heesoo37/120-years-of-olympic-history-athletes-and-results

Examples

data(OlympicPeople, package="GmooG")
with(OlympicPeople, table(Year))

[Package GmooG version 0.7 Index]