tidy.saga_library {Rsagacmd} | R Documentation |
Summarize the tools that are available within a saga library and return these as a tibble.
## S3 method for class 'saga_library'
tidy(x, ...)
x |
a 'saga_library' object |
... |
additional arguments. Currently unused. |
a tibble that describes the tools and their descriptions within a particular SAGA-GIS library.
## Not run:
# Initialize a saga object
saga <- saga_gis()
# tidy the library's parameters into a tibble
tidy(saga$climate_tools)
## End(Not run)