shift_geo: Shift VHA geographies for Alaska and Hawaii

Description Usage Arguments Value References Examples

View source: R/shift_geo.R

Description

Shift VHA geographies for Alaska and Hawaii

Usage

1
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

1
2
3
4
5
6
7
## Not run: 
 shift_geo(submarket) %>%
 ggplot() +
 geom_sf() +
 theme_minimal()
 
## End(Not run)

iecastro/tidyVA documentation built on April 7, 2020, 12:09 p.m.