getListQCChecks: get list of datasets

View source: R/getListQCChecks.R

getListQCChecksR 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

getListQCChecks(datasetverID, recordType = NULL)

Arguments

datasetverID

the dataset ID

recordType

string name of the record type, optional

Value

The list of Datasets that can be screened in DATSU with the IDs

Examples

## Not run: 
getListQCChecks(145)
getListQCChecks(145, "VE")

## End(Not run)

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