powered by
Validate an artifact as an export from a TAF repository.
check.artifact(artifact, check.metadata = TRUE, check.type = TRUE, quiet = FALSE)
an artifact object made using artifact.
artifact
logical, should the metadata be checked against the ICES Vocabulary database?
logical, should type specific artifact checks be run?
logical, should the function be quiet?
if (FALSE) { sag_file <- system.file("SAG", "sol_27_4.xml", package = "icesTAF") sag <- artifact(sag_file, type = "SAG", check = FALSE) check.artifact(sag) }
Run the code above in your browser using DataLab