Saves rds files of all surveys HH, HL and CA data into a specified directory. This takes a while so suggest to run this function in an R-script that is run via nohub or "RStudio Background Jobs".

dr_download_all(
  save_dir,
  surveys = "all",
  years = "all",
  quarters = "all",
  quiet = FALSE
)

Arguments

save_dir

The path to the directory where data are to be stored

surveys

survey name or names (optional)

years

year selection (optional)

quarters

quarter selection (optional)

quiet

boolean (default FALSE) that regulates whether info is being shown