dryad_datasets {rdryad} | R Documentation |
List datasets
Description
List datasets
Usage
dryad_datasets(...)
Arguments
... |
Further args passed on to crul::verb-GET |
Value
a tibble
See Also
Other dryad-datasets:
dryad_dataset_versions()
,
dryad_dataset()
Examples
## Not run:
(x <- dryad_datasets())
x$meta
x$links
x$data
## End(Not run)
[Package rdryad version 1.0.0 Index]