# \donttest{
# Read the overview file for Current Employment Statistics
ces_overview <- read_bls_text(
"https://download.bls.gov/pub/time.series/ce/ce.txt"
)
# Display the first few lines
head(ces_overview)
# }
Run the code above in your browser using DataLab