Description Usage Format Source Examples
Results of the athletes competing in the decathlon at the Games of the XXXI Olympiad (Rio de Janeiro, Brazil, year 2016). The dataset contains the points scored in each event by the 23 decathletes who who completed the dacathlons, together with their names and nationalities. It is freely available at www.iaaf.org, the official website of the IAAF (International Association of Athletics Federations).
1  | data("OLYMPIC_DECATHLON_2016")
 | 
A data frame with 23 observations on the following 13 variables.
OSa numeric vector. Athletes' ranking.
ATHLETEa factor with levels Adam SebastianHELCELET Akihiko NAKAMURA Arthur ABELE Ashton EATON Bastien AUZEIL Cedric DUBLER Damian WARNER Dominik DISTELBERGER Jeremy TAIWO Kai KAZMIREK Karl Robert SALURI Keisuke USHIRO Kevin MAYER Kurt FELIX Larbi BOURRADA Leonel SUAREZ Lindon VICTOR Luiz Alberto DE ARAUJO Pau TONNESEN Pawel WIESIOLEK Thomas VAN DER PLAETSEN Yordani GARCIA Zach ZIEMEK
COUNTRYa factor with levels ALG AUS AUT BEL BRA CAN CUB CZE ESP EST FRA GER GRN JPN POL USA
a numeric vector. Points scored in the one hundred metres.
LONG.JUMPa numeric vector. Points scored in the long jump.
SHOT.PUTa numeric vector. Points scored in the shot put.
HIGH.JUMPa numeric vector. Points scored in the high jump.
a numeric vector. Points scored in the four hundred metres.
a numeric vector. Points scored in the one hundred and ten metres hurdles.
DISCUS.THROWa numeric vector. Points scored in the discus throw.
POLE.VAULTa numeric vector. Points scored in the pole vault.
JAVELIN.THROWa numeric vector. Points scored in the javelin throw.
X1500.METRESa numeric vector. Points scored in the one thousand and five hundred metres.
www.iaaf.org
1 2  | data(OLYMPIC_DECATHLON_2016)
## maybe str(OLYMPIC_DECATHLON_2016) ; plot(OLYMPIC_DECATHLON_2016) ...
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.