.parseTitleString {RMassBank}R Documentation

Parse record title

Description

Parses a title for a single MassBank record using the title format specified in the option titleFormat. Internally used, not exported.

Usage

.parseTitleString(mbrecord)

Arguments

mbrecord

A MassBank record in list format, as returned from gatherSpectrum.

Details

If the option is not set, a standard title format is used (for record definition version 1 or 2).

Value

A string with the title.

Author(s)

Michael Stravs, Eawag

References

MassBank record format: http://www.massbank.jp/manuals/MassBankRecord_en.pdf

See Also

compileRecord

Examples

## Not run: 
		# used in compileRecord()
		title <- .parseTitleString(mbrecord)

## End(Not run)




[Package RMassBank version 3.0.0 Index]