fromDatatoMzQCobj | R Documentation |
If you have a list of elements, call fromDatatoMzQC.
fromDatatoMzQCobj(mzqc_class, data)
mzqc_class |
Prototype of the class to convert 'data' into |
data |
A datastructure of R lists/arrays as obtained by 'jsonlite::fromJSON()' |
data = MzQCcvParameter$new("acc", "myName", "value")
data_recovered = fromDatatoMzQCobj(MzQCcvParameter, jsonlite::fromJSON(jsonlite::toJSON(data)))
data_recovered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.