tidy.saga: Summarize the libraries that are available within a saga...

View source: R/tidy.R

tidy.sagaR Documentation

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 class 'saga'
tidy(x, ...)

Arguments

x

a 'saga' object

...

additional arguments. Currently unused.

Value

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

Examples

## Not run: 
# Initialize a saga object
saga <- saga_gis()

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

## End(Not run)

stevenpawley/RSAGA5 documentation built on March 26, 2024, 5:30 a.m.