Shift VHA geographies for Alaska and Hawaii

shift_geo(data, conus = FALSE)

Arguments

data

The shapefile with the feature geography you want to shift. Currently only supports sector and submarket shapefiles.

conus

if set to TRUE, will only return the continental US Defaults to FALSE.

Value

a [tibble][tibble::tibble-package] of VHA geographies and attributes

References

https://github.com/rdinter/rd3albers https://geocompr.robinlovelace.net/geometric-operations.html

Examples

if (FALSE) { shift_geo(submarket) %>% ggplot() + geom_sf() + theme_minimal() }