Skip to contents

Synthetic example dataset of indicators used to power a few examples in the package.

Usage

data(indicators_long)

Format

An object of class "data.frame".

Examples

data(indicators_long)
dplyr::glimpse(indicators_long)
#> Rows: 34
#> Columns: 4
#> $ unit      <chr> "Mary", "Anna", "Emma", "Elizabeth", "Minnie", "Margaret", "…
#> $ year      <chr> "2018", "2018", "2018", "2018", "2018", "2018", "2018", "201…
#> $ indicator <chr> "Indicator", "Indicator", "Indicator", "Indicator", "Indicat…
#> $ value     <dbl> 95, 14, 33, 94, 89, 68, 48, 4, 49, 86, 53, 17, 35, 7, 63, 72…