getSBMLerrors: Get SBML Errors
Description
Retrieve list of errors in a SBML file.Usage
getSBMLerrors(sbmlf)
Arguments
sbmlf
An object of class sbmlPtr as returned by
openSBMLfile. This is basically a pointer to a SBML document. Value
- If the SBML document contains errors, a
list is returned: - infosa list of infos.
- warningsa list of warnings.
- errorsa list of errors.
- fatalsa list of fatals.
- Each elements of the lists above, is again a list:
[object Object],[object Object],[object Object],[object Object]
If the SBML document does not contain errors,
TRUE is returned.
References
Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008)
LibSBML: An API Library for SBML. Bioinformatics 24,
880--881.