medals_per_event | R Documentation |
Medal Counts for Winter Olympics by Country per event
A dataset containing the medals and places won by each country, in each event, assuming the country has won at least 1 total medal
medals_per_event
A data frame with 565 rows and 4 variables:
name of country, as referred to by the USA
type of medal, factor with levels "gold", "silver" or "bronze"
name of sport, as recognized by the IOC
number of medals of that type, in counts
pillar::glimpse(medals_per_event)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.