total_medals | R 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
total_medals
A data frame with 14 rows and 2 variables:
name of country, as referred to by the USA
total number of medals, in counts
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)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.