Tidy Gapminder indices data sheets stored in a folder using tidy_indice.

tidy_bunch(dirpath = ".", merge = FALSE, ...)

Arguments

dirpath

Absolute path to folder containing indices data sheets.

merge

A boolean. If true, combines all indices data sheets in one. Default: FALSE.

...

Ellipsis.

Value

List of indices data frames tidied (if merge = FALSE) or a single data frame of all indices tidied (if merge = TRUE).