repurrrsive (version 1.0.0)

gap_simple: Gapminder data frame in various forms

Description

The main data frame from the gapminder package in three forms:

  1. gap_simple, same as gapminder::gapminder

  2. gap_nested, nested by country and continent

  3. gap_split, split by country

Usage

gap_simple

gap_nested

gap_split

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 1704 rows and 6 columns.

Examples

Run this code
gap_simple
gap_nested
gap_split

Run the code above in your browser using DataCamp Workspace