exec/01_inflation-data-download.R

###############################################################################
## Author: Andrew Rosa
##
## Notes:
##
###############################################################################

# CPI - Consumer Price Index

url <-"https://download.bls.gov/pub/time.series/cu/cu.data.0.Current"

dest_file <- "inst/extdata/cpi.txt"

download.file(url = url, destfile = dest_file)
DataUrbanEconGeek/rcpindex documentation built on Jan. 11, 2020, 2:03 a.m.