validateFromObj | R Documentation |
This method is less performant than validateFromString, because it needs to convert the R object to a JSON string first.
validateFromObj(mzqc_root, verbose = TRUE)
mzqc_root |
An mzQC root object |
verbose |
Show extra information if validation fails |
The returned TRUE/FALSE has additional attributes in case of errors. Use attributes(result) to access them.
TRUE/FALSE if validation was successful/failed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.