fetch_uscb_tiger_state_gdb: Fetch USCB state spatial database

View source: R/resource-fetch.R

fetch_uscb_tiger_state_gdbR Documentation

Fetch USCB state spatial database

Description

Fetch USCB state spatial database

Usage

fetch_uscb_tiger_state_gdb(
  year,
  state,
  type = "",
  format = "gdb",
  host = uscb_api_endpoint(),
  data_dir = workflow::data_dir()
)

Arguments

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

Value

list of downloaded files written successfully


sakrejda/workflow documentation built on Nov. 18, 2024, 3:02 a.m.