R/validator.R
validateFromObj.Rd
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)
An mzQC root object
Show extra information if validation fails
TRUE/FALSE if validation was successful/failed
The returned TRUE/FALSE has additional attributes in case of errors. Use attributes(result) to access them.