getDataverIDs: get list of datasets

View source: R/getDataverIDs.R

getDataverIDsR 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

## Not run: 
formats <- getDataverIDs()
formats[grep("vms", tolower(formats$description)), ]

## End(Not run)

icesDatsu documentation built on Oct. 25, 2024, 1:06 a.m.