powered by
Returns the urls for the data. This will be expanded to link to prior or any new releases.
get_ppmf_links(version = "19", release = "06.08.2021", compressed = TRUE)
string in '19', '12' or '4' signifying the 19.61, 12.2, or 4.5 versions respectively
string. Ignored. Options are '06.08.2021' and '04.28.2021'.
boolean. Return a compressed version (TRUE). FALSE gives the Census Bureau link to the uncompressed data.
a string with url
# NOT RUN { # 04.28.2021 version 12.2 get_ppmf_links() # 04.28.2021 version 4.5 get_ppmf_links(version = '4') # }
Run the code above in your browser using DataLab