Intended to be used internally by each function
saga_execute(lib, tool, senv, .intern = TRUE, .all_outputs = TRUE, ...)
A character specifying the name of SAGA-GIS library to execute.
A character specifying the name of SAGA-GIS tool to execute.
A saga environment object.
A logical specifying whether to load the outputs from the SAGA-GIS geoprocessing operation as an R object.
A logical to specify whether to automatically output all results from the selected SAGA tool and load them results as R objects (default = TRUE). If .all_outputs = FALSE then the file paths to store the tool's results will have to be manually specified in the arguments.
Named arguments and values for SAGA tool.
output of SAGA-GIS tool loaded as an R object.