gap_simple {repurrrsive} | R Documentation |
Gapminder data frame in various forms
Description
The main data frame from the gapminder
package in three forms:
-
gap_simple
, same asgapminder::gapminder
-
gap_nested
, nested by country and continent -
gap_split
, split by country
Usage
gap_simple
gap_nested
gap_split
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1704 rows and 6 columns.
Examples
gap_simple
gap_nested
str(gap_split, max.level = 1, list.len = 10)
str(gap_split[[1]])
[Package repurrrsive version 1.1.0 Index]