.parseTitleString {RMassBank} | R Documentation |
Parses a title for a single MassBank record using the title format specified in the option titleFormat. Internally used, not exported.
.parseTitleString(mbrecord)
mbrecord |
A MassBank record in list format, as returned from
|
If the option is not set, a standard title format is used (for record definition version 1 or 2).
A string with the title.
Michael Stravs, Eawag
MassBank record format: http://www.massbank.jp/manuals/MassBankRecord_en.pdf
compileRecord
## Not run: # used in compileRecord() title <- .parseTitleString(mbrecord) ## End(Not run)