if (FALSE) {
# Download Employer Cost Index Data
cost_index <- load_bls_dataset("ci")
# Download separated data, series, and mapping columns
benefits <- load_bls_dataset("eb", return_full = TRUE)
# Download data without removing excess columns and value conversions
productivity <- load_bls_dataset("mp", simplify_table = FALSE)
# Check for download issues
if (has_bls_issues(cost_index)) {
print_bls_warnings(cost_index, detailed = TRUE)
}
}
Run the code above in your browser using DataLab