registerAtomSchema {atom4R} | R Documentation |
registerAtomSchema
Description
registerAtomSchema
allows to register a new schema
in atom4R
Usage
registerAtomSchema(xsdFile)
Arguments
xsdFile |
the schema XSD file |
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
Examples
atom_xsd_file <- system.file("extdata/schemas/atom/atom.xsd", package = "atom4R")
registerAtomSchema(xsdFile = atom_xsd_file)
[Package atom4R version 0.3-3 Index]