sf
data frames are saved as GeoParquet.
Usage
# S4 method for class 'sf'
saveObject(x, path)
Arguments
- x
A Bioconductor object of the specified class.
- path
String containing the path to a directory in which to save x
.
Value
x is saved into path
and NULL
is invisibly returned.