Learn R Programming

Rsagacmd (version 0.1.2)

update_parameters_file: Updates a `parameters` object with file paths to the R data objects.

Description

Updates a `parameters` object with file paths to the R data objects.

Usage

update_parameters_file(params, temp_path = NULL)

Arguments

temp_path

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

param

A `parameters` object.

all_outputs

A logical indicating whether to use tempfiles for unspecified outputs.

Value

A `parameters` object with updated `file` attributes that refers to the on-disk file for saga_cmd to access.