Learn R Programming

Rsagacmd (version 0.1.2)

read_output: Primary function to read data sets (raster, vector, tabular) that are output by saga_cmd

Description

Primary function to read data sets (raster, vector, tabular) that are output by saga_cmd

Usage

read_output(output, backend, .intern, .all_outputs)

Arguments

output

list, a `options` object that was created by the `create_tool` function that contains the parameters for a particular tool and its outputs.

backend

character, either "raster" or "terra"

.intern

logical, whether to load the output as an R object

Value

the loaded objects, or NULL is `.intern = FALSE`.