getListQCChecks {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.
getListQCChecks(datasetverID, recordType = NULL)
datasetverID |
the dataset ID |
recordType |
string name of the record type, optional |
The list of Datasets that can be screened in DATSU with the IDs
## Not run:
getListQCChecks(145)
getListQCChecks(145, "VE")
## End(Not run)