fromDatatoMzQC | R Documentation |
Allow conversion of plain named lists of R objects (from jSON) to mzQC objects
fromDatatoMzQC(mzqc_class, data)
mzqc_class |
Prototype of the class to convert 'data' into |
data |
A list of: A datastructure of R lists/arrays as obtained by 'jsonlite::fromJSON()' |
data = rmzqc::MzQCcvParameter$new("acc", "myName", "value")
data_recovered = rmzqc::fromDatatoMzQC(rmzqc::MzQCcvParameter,
list(jsonlite::fromJSON(jsonlite::toJSON(data))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.