olympic_marathon: Olympic Marathon Data by Gender and Year

olympic_marathonR Documentation

Olympic Marathon Data by Gender and Year

Description

olympic_marathon contains data from Olympics men's and women's marathons

Usage

olympic_marathon

Format

olympic_marathon is an object of class tbl_df (inherits from tbl, data.frame) with 1956 rows and 9 columns

rank

Finishing place based on race time

name

Competitor's Name

nationality

3 letter International Olympic Committee abbreviation of the country that the competitor is representing, see Wikipedia

result

The competitor's finishing time (hr:min:sec) (DNF if did not finish, DNS if did not start, DQ if disqualified)

gender

Gender of the competitor (F = female, M = male)

event

The Olympic event that the entry corresponds to

location

The location of the Olympic Games

year

The year of the Olympic Games

medal

What medal the competitor earned, if any (G = Gold, S = Silver, B = Bronze)

Source

olympic_marathon comes from the World Athletics website results page and Olympian Database

Examples

olympic_marathon

mflesaker/olympicmarathon documentation built on May 4, 2022, 5:36 p.m.