| fromDatatoMzQC | R Documentation | 
Allow conversion of plain named lists of R objects (from jSON) to mzQC objects
fromDatatoMzQC(mzqc_class, data, context = NULL)
| 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()' | 
| context | A trace through the mzQC object tree to aid users in case of errors | 
    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.