registerAtomSchema {atom4R} | R Documentation |
registerAtomSchema
allows to register a new schema
in atom4R
registerAtomSchema(xsdFile)
xsdFile |
the schema XSD file |
Emmanuel Blondel, emmanuel.blondel1@gmail.com
atom_xsd_file <- system.file("extdata/schemas/atom/atom.xsd", package = "atom4R")
registerAtomSchema(xsdFile = atom_xsd_file)