read_shape: read shape file

Description Usage Arguments Examples

View source: R/process.R

Description

read shape file

Usage

1
read_shape(path)

Arguments

path

path to shapefile

Examples

1
2
3
4
states <- read_shape("data-raw/tl_2016_us_state/tl_2016_us_state.shp")
states <- states %>% mutate(
long = replace(long, long > 100, long[long > 100]-360)
)

heike/ggmapr documentation built on May 17, 2019, 3:23 p.m.