Skip to contents

This function is used to pass multiple URLs at the Bureau of Labor Statistics into 'fread_bls()'

Usage

download_bls_files(
  urls,
  suppress_warnings = TRUE,
  cache = check_bls_cache_env()
)

Arguments

urls

Named or unnamed character vector of URLs to download. If unnamed, names will be auto-generated from basenames.

suppress_warnings

Logical. If TRUE, suppress individual download warnings

cache

Logical. If TRUE, uses local persistent caching.

Value

Named list of bls_data objects