save_object {Rsagacmd} | R Documentation |
Generic methods to save R in-memory objects to file to SAGA-GIS to access
Description
Designed to be used internally by Rsagacmd for automatically pass data to SAGA-GIS for geoprocessing.
Usage
save_object(x, ...)
Arguments
x |
An R object. |
... |
Other parameters such as the temporary directory or the vector/raster format used to write spatial datasets to file. |
Value
A character that specifies the file path to where the R object was saved.
[Package Rsagacmd version 0.4.3 Index]