Learn R Programming

BLSloadR (version 0.4)

download_bls_files: Helper function for downloading and tracking BLS files

Description

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 = FALSE)

Value

Named list of bls_data objects

Arguments

urls

Named character vector of URLs to download

suppress_warnings

Logical. If TRUE, suppress individual download warnings

cache

Logical. If TRUE, download and cache local copy of files.