registerAtomSchema | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.