View source: R/resource-fetch.R
fetch_uscb_tiger_state_gdb | R Documentation |
Fetch USCB state spatial database
fetch_uscb_tiger_state_gdb(
year,
state,
type = "",
format = "gdb",
host = uscb_api_endpoint(),
data_dir = workflow::data_dir()
)
year |
year version to fetch |
state |
two-letter code for state abbreviation to cover |
type |
either empty string (default) or 'edges' to select between the two availble. |
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.