powered by
Downloads the civilian unemployment level and labor force level from FRED, and calculates the unemployment rate as \(\text{unemploy\_level} / \text{lf\_level}\).
getUnrateFRED()
A tibble with columns:
Observation date
Civilian unemployment level (in thousands)
Civilian labor force level (in thousands)
Unemployment rate (decimal)
# \donttest{ getUnrateFRED() # }
Run the code above in your browser using DataLab