Description Usage Arguments Value Examples
Tidy Gapminder indicator data sheets stored in a folder
using tidy_indice
.
1 | tidy_bunch(dirpath = ".", merge = FALSE, ...)
|
dirpath |
Path to folder containing indices data sheets. |
merge |
A boolean. If true, combines all indices data sheets in one. Default: FALSE. |
... |
Ellipsis. |
List of indices data frames tidied (if merge
= FALSE)
or a single data frame of all indices tidied
(if merge
= TRUE).
1 2 3 | folder_path <- system.file("extdata", package = "tidygapminder")
tidy_bunch(folder_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.