powered by
The main data frame from the gapminder package in three forms:
gapminder
gap_simple, same as gapminder::gapminder
gap_simple
gapminder::gapminder
gap_nested, nested by country and continent
gap_nested
gap_split, split by country
gap_split
gap_simplegap_nestedgap_split
An object of class tbl_df (inherits from tbl, data.frame) with 1704 rows and 6 columns.
tbl_df
tbl
data.frame
gap_simple gap_nested str(gap_split, max.level = 1, list.len = 10) str(gap_split[[1]])
Run the code above in your browser using DataLab