- transform
Logical. If TRUE (default), converts employment values from thousands
to actual counts by multiplying by 1000 for specific data types (codes 1, 6, 26)
and removes ", In Thousands" from data type labels.
- monthly_only
Logical. If TRUE (default), filters out annual data (period M13).
- simplify_table
Logical. If TRUE (default), removes excess columns and creates
a date column from Year and Period in the original data.
- suppress_warnings
Logical. If TRUE (default), suppress individual download warnings and diagnostic messages
for cleaner output during batch processing. If FALSE, returns the data and prints warnings and messages to the console.
- return_diagnostics
Logical. If FALSE (default), returns only the data. If TRUE,
returns the full bls_data_collection object with diagnostics.