Raw shapefiles are read in using st_read.
Spatial data are reprojected onto a standard projection
(https://epsg.io/4269) before being returned.
If shapefiles have no projection information they are assumed to 'geographic' coordinates .
convertLayer(dsn = NULL, layer)dsn argument to sf::st_read().
layer argument to sf::st_read().
An object of class sf.