Learn R Programming

Rsagacmd (version 0.4.3)

save_object: 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, ...)

Value

A character that specifies the file path to where the R object was saved.

Arguments

x

An R object.

...

Other parameters such as the temporary directory or the vector/raster format used to write spatial datasets to file.