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.
Usage
data(HeptathlonSeoul1988_df)
Format
A data frame with 25 observations and 8 variables:
- hurdles
Time in seconds for the 100m hurdles (numeric)
- highjump
Height in meters for the high jump (numeric)
- shot
Distance in meters for the shot put (numeric)
- run200m
Time in seconds for the 200m run (numeric)
- longjump
Distance in meters for the long jump (numeric)
- javelin
Distance in meters for the javelin throw (numeric)
- run800m
Time in seconds for the 800m run (numeric)
- score
Total heptathlon score (integer)
Details
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.