Description Usage Arguments Details Value Author(s) References See Also Examples
Parses a title for a single MassBank record using the title format specified in the option titleFormat. Internally used, not exported.
1 | .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
1 2 3 4 5 | ## Not run:
# used in compileRecord()
title <- .parseTitleString(mbrecord)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.