hud_geocodes | R Documentation |
Extract HUD Geocodes from latest specification pdf in inst folder
hud_geocodes(
file = "https://www.hud.gov/sites/dfiles/CPD/documents/FY-2021-GeoCodes-with-PPRN_Final.pdf",
path = "data",
overwrite = FALSE
)
file |
|
path |
|
Extracting tables from every page of a PDF is an expensive process, therefore this function saves a feather file for rapid retrieval. The file will be written to path
with the same name as the pdf passed to file
.
(tbl_df)
of geocodes. A message indicating where the feather file has been saved for quick retrieval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.