quick_nonfarm_employed {blscrapeR} | R Documentation |
Quick total nonfarm employment
Description
Returns the Total Nonfarm Payroll Employment, seasonally adjusted. BLS id CES0000000001.
If you installed a BLS_KEY with the set_bls_key()
function, it will detect it and use your key. This counts against your daily query limit.
Usage
quick_nonfarm_employed()
Value
A tibble from the BLS API.
Examples
## Not run:
df <- quick_nonfarm_employed()
## End(Not run)
[Package blscrapeR version 4.0.1 Index]