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
## Not run:
getListQCChecks(145)
getListQCChecks(145, "VE")
## End(Not run)
[Package icesDatsu version 1.2.1 Index]