Learn R Programming

Rsagacmd (version 0.4.3)

tidy.saga_library: Summarize the tools that are available within a saga library and return these as a tibble.

Description

Summarize the tools that are available within a saga library and return these as a tibble.

Usage

# S3 method for saga_library
tidy(x, ...)

Value

a tibble that describes the tools and their descriptions within a particular SAGA-GIS library.

Arguments

x

a `saga_library` object

...

additional arguments. Currently unused.

Examples

Run this code
if (FALSE) {
# Initialize a saga object
saga <- saga_gis()

# tidy the library's parameters into a tibble
tidy(saga$climate_tools)
}

Run the code above in your browser using DataLab