This function downloads a tab-delimited BLS flat file, incorporating diagnostic information about the file and returning an object with the bls_data class that can be used in the BLSloadR package.
fread_bls(url, verbose = FALSE, cache = check_bls_cache_env())A named list with the data and diagnostics.
Character string. URL to the BLS flat file
Logical. If TRUE, prints additional messages during file read and processing.
Logical. If TRUE, uses local persistent caching.