climbers_sub | R Documentation |
A sub-sample of the Himalayan Database distributed through the R for Data Science TidyTuesday project. This dataset includes information on the results and conditions for various Himalayan climbing expeditions. Each row corresponds to a single member of a climbing expedition team.
climbers_sub
A data frame with 2076 observations (1 per climber) and 22 variables:
unique expedition identifier
unique climber identifier
unique identifier of the expedition's destination peak
name of the expedition's destination peak
year of expedition
season of expedition (Autumn, Spring, Summer, Winter)
climber gender identity which the database oversimplifies to a binary category
climber age
climber citizenship
climber's role in the expedition (eg: Co-Leader)
whether the climber was a hired member of the expedition
the destination peak's highpoint (metres)
whether the climber successfully reached the destination
whether the climber was on a solo expedition
whether the climber utilized supplemental oxygen
whether the climber died during the expedition
whether the climber was injured on the expedition
number of climbers in the expedition
height of the peak in meters
the year of the first recorded summit of the peak (though not necessarily the actual first summit!)
Original source: https://www.himalayandatabase.com/. Complete dataset distributed by: https://github.com/rfordatascience/tidytuesday/tree/master/data/2020/2020-09-22/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.