Create an sf object from a full path to shapefile with file name and extension

import_shapefile(shp_path, quiet = TRUE, method = "sf")

Arguments

shp_path

character. A full path to the input shapefile with file name and extension

quiet

boolean.

method

tool used to convert to spatial data; either 'sf' or 'rgdal'

Value

sf object

Author

Chris R. Vernon (chris.vernon@pnnl.gov)