Learn R Programming

Rsagacmd (version 0.0.9)

search_tools: Search for a SAGA-GIS tool

Description

Search for a SAGA-GIS tool

Usage

search_tools(x, pattern)

Arguments

x

saga object

pattern

character, pattern of text to search for within the tool name

Value

dataframe, tools that match the pattern of the search text and their host library

Examples

Run this code
# NOT RUN {
# initialize Rsagacmd
saga <- saga_gis()

# search for a tool
search_tools(x = saga, pattern = "terrain")
# }

Run the code above in your browser using DataLab