read_grid_list {Rsagacmd} | R Documentation |
Read a semi-colon separated list of grids that are output by saga_cmd
Description
Read a semi-colon separated list of grids that are output by saga_cmd
Usage
read_grid_list(x, backend)
Arguments
x |
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" |
Value
list, containing multiple 'raster' or 'SpatRaster' objects.
[Package Rsagacmd version 0.4.3 Index]