get_lau_data | R Documentation |
Group all the functions
get_lau_data(which_data = "county", years = seq(1990, 2016),
path_data = "./", verbose = T)
which_data |
what kind of data download: default are the county files |
years |
which year do we download, as of now only 1990 to 2016 are available |
path_data |
where does the download happen: default current directory |
verbose |
show intermediate steps |
dt_res
downloads data from the Local Area Unemployment Statistics from the BLS #' Data is split and tidy Download LAU County dataset from directly from the BLS website
## Not run:
dt_lau <- get_lau_data(years = c(1995, 2000))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.