get_lau_data: Group all the functions

View source: R/get_lau.R

get_lau_dataR Documentation

Group all the functions

Description

Group all the functions

Usage

get_lau_data(which_data = "county", years = seq(1990, 2016),
  path_data = "./", verbose = T)

Arguments

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

Value

dt_res

Note

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

Examples

  ## Not run: 
    dt_lau <- get_lau_data(years = c(1995, 2000))
  
## End(Not run)

eloualiche/entrydatar documentation built on Aug. 20, 2023, 1:56 p.m.