HeptathlonSeoul1988_df | R Documentation |
This dataset, HeptathlonSeoul1988_df, is a data frame containing the results of the Olympic heptathlon competition held in Seoul in 1988. It includes performance metrics for each of the seven events as well as the total score.
data(HeptathlonSeoul1988_df)
A data frame with 25 observations and 8 variables:
Time in seconds for the 100m hurdles (numeric)
Height in meters for the high jump (numeric)
Distance in meters for the shot put (numeric)
Time in seconds for the 200m run (numeric)
Distance in meters for the long jump (numeric)
Distance in meters for the javelin throw (numeric)
Time in seconds for the 800m run (numeric)
Total heptathlon score (integer)
The dataset name has been kept as 'HeptathlonSeoul1988_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a base R data frame object. The original content has not been modified in any way.
Data taken from the HSAUR3 package version 1.0-15
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.