Search for a SAGA-GIS tool
search_tools(x, pattern)
a tibble containing the libraries, names and parameters of the tools that match the pattern of the search text and their host library
if (FALSE) { # \dontrun{
# initialize Rsagacmd
saga <- saga_gis()
# search for a tool
search_tools(x = saga, pattern = "terrain")
} # }