plotunemployed: Plot the unemployment rate in county level for a specific...

View source: R/unemployment_rate.R

plotunemployedR Documentation

Plot the unemployment rate in county level for a specific state and a year

Description

Plot the unemployment rate in county level for a specific state and a year

Usage

plotunemployed(file, yr, State.name)

Arguments

file

the file path.

yr

the select year.

State.name

the chosen state.

Value

a ggplot figure

Author(s)

Xiaolan Wan

Examples

file=dataclean("https://www.ers.usda.gov/webdocs/DataFiles/48747/Unemployment.csv")

plotunemployed(file, 2018, "NJ")

zzhou93/unemployedR documentation built on May 14, 2022, 4:54 p.m.