Description Usage Arguments Value Examples
View source: R/clean_dataset.R
this function will clean the messy dataset from list_datasets.
1 |
datasets |
a tibble object returned from list_datasets() |
a tibble
1 2 3 4 5 | ## Not run:
datasets <- list_datasets(country = "Saudi Arabia")
clean_dataset(datasets)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.