tidy.saga_library: Summarize the tools that are available within a saga library...

View source: R/tidy.R

tidy.saga_libraryR Documentation

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

Arguments

x

a 'saga_library' object

...

additional arguments. Currently unused.

Value

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

Examples

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

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

## End(Not run)

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