read_shps_points: Reads shapefiles, projects to given crs and returns point...

Description Usage Arguments

View source: R/read_shp_point.R

Description

Recieves path(s) to shapefile(s), projects to given crs and returns a single simple feature.

Usage

1
read_shps_points(shp_paths, crs = "lcc_mex", filter_var, filter_values)

Arguments

shp_paths

vector of path to shape files (or single path)

crs

string specifying projection (proj4string) passed to sf::st_transform, defaults to lcc (Mex)

filter_var

optional, if filtering by a variable (for example year) unquoted variable corresponding to the variable name

filter_values

optional, values to keep of filter_var


tereom/bnecology documentation built on Nov. 27, 2019, 2:15 p.m.