Learn R Programming

Rsagacmd (version 0.4.3)

tidy.saga: Summarize the libraries that are available within a saga object and return these as a tibble.

Description

Summarize the libraries that are available within a saga object and return these as a tibble.

Usage

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

Value

a tibble that describes libraries, their descriptions and number of tools that are available in SAGA-GIS.

Arguments

x

a `saga` object

...

additional arguments. Currently unused.

Examples

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

# tidy the saga object's parameters into a tibble
tidy(saga)
}

Run the code above in your browser using DataLab