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)) # }