Wrapper_pad.area.by.nbhd | R Documentation |
Wraps all steps to generate measures for protected areas by type (and overall) for a given state, by tract or block group.
Wrapper_pad.area.by.nbhd(
statefp,
pad.dir,
category.colms = c("featclass", "own_type", "own_name", "mang_type", "mang_name",
"des_tp", "gap_sts"),
geo.query = tigris::tracts,
geo.yr = 2021,
simplify.geos = F
)
statefp |
FIPS code for state to generate |
pad.dir |
Directory of USGS PAD geodatabase. |
category.colms |
Column names in PAD data by which we want protected area measures disaggregated. |
geo.query |
|
geo.yr |
Year of geographies we want. |
simplify.geos |
T/F whether to run st_simplify on PAD data before measure generation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.