parseMbRecord {RMassBank}R Documentation

MassBank-record Parser

Description

Can parse MassBank-records(only V2)

Usage

parseMassBank(Files)

Arguments

Files

A path to the plaintext-record that should be read

Value

The mbWorkspace that the plaintext-record creates.

Author(s)

Erik Mueller

See Also

validate

Examples

## Not run: 
		parseMassBank("filepath_to_records/RC00001.txt")

## End(Not run)

[Package RMassBank version 3.2.0 Index]