save_object: Generic methods to save R in-memory objects to file to...

View source: R/io-save.R

save_objectR 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.


stevenpawley/RSAGA5 documentation built on March 26, 2024, 5:30 a.m.