medals_per_event: Medal Counts for Winter Olympics by Country per event A...

medals_per_eventR 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

Description

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

Usage

medals_per_event

Format

A data frame with 565 rows and 4 variables:

Country

name of country, as referred to by the USA

Medal

type of medal, factor with levels "gold", "silver" or "bronze"

Sport

name of sport, as recognized by the IOC

totals

number of medals of that type, in counts

Examples

pillar::glimpse(medals_per_event)


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