Learn R Programming

Rsagacmd (version 0.0.9)

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

Arguments

x

An R object.

...

Other parameters such as the temporary directory to use for storage.

Value

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