decathlon_list_points: List object containing decathlon data points

Description Usage Format Source

Description

A list object containing tibbles of decathlete names, International Olympic Committee (IOC) country codes, final ranking and event point scores for decathletes who completed the decathlon at the Olympics, IAAF World Championships, and Götzis Hypomeeting events from 2000 onwards.

Usage

1

Format

A list object with three tibbles (for each of the major events) each containing 16 rows:

Year

Year of event

date

Date of first day of the decathlon

Athlete

Name of decathlete

Country

IOC country code of decathlete

Rank

Final rank of decathlete out of those who completed the event

Final Score

Final score attained at end of the event

100m

Numeric vector

LJ

Numeric vector

SP

Numeric vector

HJ

Numeric vector

400m

Numeric vector

11mh

Numeric vector

DT

Numeric vector

PV

Numeric vector

JT

Numeric vector

1500m

Numeric vector

Source

Most of the data were admittedly initially collected from Wikipedia (during the days of where my R skills were lacking), then later cross-checked and verified from official websites including http://www.euromeetings.org/history.asp?id=8, https://www.sports-reference.com, https://www.iaaf.org, https://www.decathlon2000.com/, with additional testing done through converting raw measurements and times through own functions.


VictorNautica/multievents documentation built on June 14, 2020, 6:42 a.m.