as_dmdScheme | R Documentation |
x
into a new object of class dmdScheme...
Generic function to convert the data stored in the object x
into a new object of class dmdScheme...
as_dmdScheme(x, keepData = FALSE, ..., verbose = FALSE) ## S3 method for class 'dmdSchemeData_raw' as_dmdScheme( x, keepData = TRUE, convertTypes = TRUE, warnToError = TRUE, checkVersion = TRUE, ..., verbose = FALSE ) ## S3 method for class 'dmdSchemeSet_raw' as_dmdScheme( x, keepData = FALSE, warnToError = TRUE, convertTypes = TRUE, checkVersion = TRUE, ..., verbose = FALSE ) ## S3 method for class 'xml_document' as_dmdScheme(x, keepData = TRUE, useSchemeInXml = NULL, ..., verbose = FALSE)
x |
object to be converted |
keepData |
if the data should be kept or replaced with one row with NAs |
... |
additional arguments for methods |
verbose |
give verbose progress info. Useful for debugging. |
convertTypes |
if |
warnToError |
if |
checkVersion |
if |
useSchemeInXml |
if |
dmdScheme as object of class dmdScheme_set
as_dmdScheme(dmdScheme_raw(), keepData = TRUE) as_dmdScheme(dmdScheme_raw()$Experiment) xml <- as_xml(dmdScheme_example()) x <- as_dmdScheme(xml) all.equal(dmdScheme_example(), x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.