Description Usage Arguments Value Author(s) Examples
View source: R/MassBankRecordeR.R
This opens the MassBank record (text file) in the
path MBrecord
and uses readLines
to save the values
in a vector
1 | MBFileToVector(MBrecord)
|
MBrecord |
File name (and path) to parse. |
Returns a vector containing the lines in the record
Emma Schymanski <emma.schymanski@uni.lu>, based on code from Erik Mueller.
1 2 | MBrecord <- system.file("extdata","EA020161_Diclofenac.txt",package="ReSOLUTION")
MBFileToVector(MBrecord)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.