read_output: Primary function to read data sets (raster, vector, tabular)...

View source: R/io-read.R

read_outputR Documentation

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, raster_backend, vector_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.

raster_backend

character, either "raster" or "terra"

vector_backend

character, either "sf", "SpatVector" or "SpatVectorProxy"

.intern

logical, whether to load the output as an R object

Value

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


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