View source: R/resource-fetch.R
fetch_uscb_tiger_us_gdb | R Documentation |
Fetch USCB US block files
fetch_uscb_tiger_us_gdb(
year,
type = "block",
format = "gdb",
host = uscb_api_endpoint(),
data_dir = workflow::data_dir()
)
year |
year version to fetch |
type |
either empty string (default) or 'edges' to select between the two availble. |
format |
spatial data format, 'gdb' by default |
host |
host to fetch from (defaults) |
data_dir |
directory to place files under |
list of downloaded files written successfully
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.