getListQCChecks {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

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


getListQCChecks(145)
qc_ve <- getListQCChecks(145, "VE")


[Package icesDatsu version 1.1.0 Index]