Converts an ESRI geodatabase (.gdb) feature class to the `sf`
spatial object format.
fc2sf(fc_path, quiet = FALSE)
Arguments
- fc_path
character; Path to the feature class (e.g.,
"C:/folder/geodatabase.gdb/feature_dataset/feature_class").
- quiet
logical; suppress info on name, driver, size and spatial
reference, or signaling no or multiple layers (sf::st_read)