as_dmdScheme_raw: Generic function to convert the data stored in the object 'x'...

View source: R/as_dmdScheme_raw.R

as_dmdScheme_rawR Documentation

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 class 'dmdSchemeData'
as_dmdScheme_raw(x, ...)

## S3 method for class 'dmdSchemeSet'
as_dmdScheme_raw(x, ...)

## S3 method for class 'xml_document'
as_dmdScheme_raw(x, useSchemeInXml = NULL, ...)

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.

Value

dmdScheme as object of class dmdScheme_raw

Examples

as_dmdScheme_raw(dmdScheme(), keepData = TRUE)


dmdScheme documentation built on Aug. 22, 2022, 9:06 a.m.