| runSuite | R Documentation |
This function runs a suite of quality checks based on an XML document that conforms to the format specified with the reference implementation of the metadata quality engine: https://github.com/NCEAS/mdqengine.
runSuite(suiteXML, dirXML, metadataXML)
suiteXML |
(character) A filepath for the quality suite document. |
dirXML |
(character) A filepath for the directory storing quality check documents. |
metadataXML |
(character) A filepath for the metadata document to check. |
A named list of results.
## Not run:
metadataXML <- system.file("extdata/example_EML.xml", package = "metadig")
suiteXML <- system.file("extdata/example_suite.xml", package = "metadig")
dirXML <- systemfile("extdata", package = "metadig")
results <- runSuite(suiteXML, dirXML, metadataXML)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.