update_parameter_file: Updates a 'parameter' object with file paths to the R data...

View source: R/parameters.R

update_parameter_fileR Documentation

Updates a 'parameter' object with file paths to the R data objects.

Description

Updates a 'parameter' object with file paths to the R data objects.

Usage

update_parameter_file(param, temp_path = NULL, raster_format, vector_format)

Arguments

param

A 'parameter' object.

temp_path

A character specifying the tempdir to use for storage (optional).

raster_format

name of raster format in 'supported_raster_formats'

vector_format

file extension for vector formats in 'supported_vector_formats'

Value

A 'parameter' object with an updated 'file' attribute that refers to the on-disk file for saga_cmd to access.


Rsagacmd documentation built on Oct. 16, 2023, 5:06 p.m.