registerAtomSchema: registerAtomSchema

View source: R/AtomSchemas.R

registerAtomSchemaR 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)


atom4R documentation built on Nov. 18, 2022, 5:06 p.m.