get_transform_mtbs: Transform the MTBS file

Description Usage Arguments Value

Description

Transform the MTBS file

Usage

1
get_transform_mtbs(fpath, exp_orig_colnames, new_colnames, target_srid = 4326)

Arguments

fpath

(character) : The path to the shapefile we want to transform

new_colnames

(character) : New list of colnames we want to set for our transformed output shapefile. If NULL the column names will get converted to lower case and spaces replaced by underscores via the janitor package

target_srid

(numeric): Transform the geometries into this coordinate system, specified by SRID (default: 4326, GPS latitude/longitude)

Value

(sf object) : transformed shapefile


shamindras/backburner documentation built on Feb. 28, 2021, 12:20 a.m.