dataclean | R Documentation |
read csv file from USDA site and clean up.
dataclean(url)
url |
the csv file path. |
cleaned data.
Zirou Zhou
file <-dataclean("https://www.ers.usda.gov/webdocs/DataFiles/48747/Unemployment.csv") str(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.