Description Usage Arguments Value Examples
Tidy Gapminder indicator single data sheet.
1 | tidy_indice(filepath)
|
filepath |
Path to indice data sheet. |
The indicator data sheet as a tidy data frame.
1 2 3 4 5 6 7 8 | csv_filepath <- system.file("extdata/life_expectancy_years.csv",
package = "tidygapminder")
xlsx_filepath <- system.file(
"extdata/agriculture_land.xlsx",
package = "tidygapminder")
tidy_indice(csv_filepath)
tidy_indice(xlsx_filepath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.