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