read .json or .geojson shapefile data
Arguments
- path
path and filename
- cleanit
optional, whether to use
shapefile_clean()- crs
passed to helper functions and default is crs = 4269 or Geodetic CRS NAD83
- layer
optional layer name passed to
sf::st_read()- ...
passed to
sf::st_read()
Value
a simple feature sf::sf class spatial data.frame like output of sf::st_read()