getDataverIDs {icesDatsu} | R Documentation |
get list of datasets
Description
This API allows the user to have a list of all the datasets IDs that can be screened in the DATSU API.
Usage
getDataverIDs()
Value
The list of Datasets that can be screened in DATSU with the IDs
Examples
formats <- getDataverIDs()
formats[grep("vms", tolower(formats$description)), ]
[Package icesDatsu version 1.1.0 Index]