as_dmdScheme_raw: Generic function to convert the data stored in the object x into a new object of class dmdScheme_raw...
Description
Generic function to convert the data stored in the object x into a new object of class dmdScheme_raw...
Usage
as_dmdScheme_raw(x, ...)
# S3 method for dmdSchemeData
as_dmdScheme_raw(x, ...)
# S3 method for dmdSchemeSet
as_dmdScheme_raw(x, ...)
# S3 method for xml_document
as_dmdScheme_raw(x, useSchemeInXml = NULL, ...)
Value
dmdScheme as object of class dmdScheme_raw
Arguments
x
object to be converted
...
additional arguments for methods
useSchemeInXml
if TRUE, use scheme definition in xml and raise
an error if the xml does not contain a scheme definition. If False, use the
scheme definition from the corresponding installed package, even if the xml
contains a scheme definition. if NULL (the default), use the
definition in the xml if it contains a definition, if not use the
corresponding definition from the installed package.