View source: R/unemployment_rate.R
plotunemployed | R Documentation |
Plot the unemployment rate in county level for a specific state and a year
plotunemployed(file, yr, State.name)
file |
the file path. |
yr |
the select year. |
State.name |
the chosen state. |
a ggplot figure
Xiaolan Wan
file=dataclean("https://www.ers.usda.gov/webdocs/DataFiles/48747/Unemployment.csv") plotunemployed(file, 2018, "NJ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.