Primary function to read data sets (raster, vector, tabular) that are output by saga_cmd
read_output(output, backend, .intern, .all_outputs)
list, a `options` object that was created by the `create_tool` function that contains the parameters for a particular tool and its outputs.
character, either "raster" or "terra"
logical, whether to load the output as an R object
the loaded objects, or NULL is `.intern = FALSE`.