Estimate counts of hazard-impacted structures by structure type
get_structures.Rd
Estimate counts of hazard-impacted structures by structure type
Value
A dataframe comprising estimated counts of each structure type, at the specified geography
, for all such geographic units intersecting the boundaries
object. If keep_structure = TRUE, returns a list with two elements: the summarized data and the raw structure data.
Examples
if (FALSE) { # \dontrun{
get_structures(
geography = "tract",
boundaries = tigris::states(cb = TRUE) %>% dplyr::filter(stringr::str_detect(NAME, "District")))
} # }