Learn R Programming

GmooG (version 0.7)

OlympicPeople: Competitors at the modern Olympic Games

Description

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

Usage

data(OlympicPeople)

Arguments

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".

Examples

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

Run the code above in your browser using DataLab