total_medals: Total Winter Olympic Medals won by each country A dataset...

total_medalsR Documentation

Total Winter Olympic Medals won by each country A dataset containing the total medals won by each country, assuming the country has won at least 100 medals

Description

Total Winter Olympic Medals won by each country

A dataset containing the total medals won by each country, assuming the country has won at least 100 medals

Usage

total_medals

Format

A data frame with 14 rows and 2 variables:

Country

name of country, as referred to by the USA

totals

total number of medals, in counts

Examples

pillar::glimpse(total_medals)

total_medals |>
plotly::plot_ly(x = ~Country, y = ~totals) |>
 plotly::add_bars() |>
 plotly::layout(title = "Norway has more Winter Olympic
 Medals than All Other Countries<br> (1924 - 2014)")

sadleskorn/apply303 documentation built on April 14, 2022, 11:57 a.m.