getDataverIDs {icesDatsu} | R Documentation |
This API allows the user to have a list of all the datasets IDs that can be screened in the DATSU API.
getDataverIDs()
The list of Datasets that can be screened in DATSU with the IDs
## Not run:
formats <- getDataverIDs()
formats[grep("vms", tolower(formats$description)), ]
## End(Not run)