runQCChecks | R Documentation |
Check a data set against the ICES DATSU data submission utility, the user must supply a dataset version and record type.
runQCChecks(filename, datasetverID, recordType)
filename |
the filename of the file to check |
datasetverID |
the dataset ID |
recordType |
string name of the record type |
The list of check failures
## Not run:
filename <- system.file("test_files/vms_test.csv", package = "icesDatsuQC")
runQCChecks(filename, 145, "VE")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.