runQCChecks {icesDatsuQC}R Documentation

Runs quality checks on a dataset

Description

Check a data set against the ICES DATSU data submission utility, the user must supply a dataset version and record type.

Usage

runQCChecks(filename, datasetverID, recordType)

Arguments

filename

the filename of the file to check

datasetverID

the dataset ID

recordType

string name of the record type

Value

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

Examples


filename <- system.file("test_files/vms_test.csv", package = "icesDatsuQC")
runQCChecks(filename, 145, "VE")


[Package icesDatsuQC version 1.0.1 Index]