writeMSnsetToCSV | R Documentation |
Exports a MSnset dataset into a zip archive containing three zipped CSV files.
writeMSnsetToCSV(obj, fname)
obj |
An object of class |
fname |
The name of the archive file. |
A compressed file
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') obj <- Exp1_R2_pept[1:1000] writeMSnsetToCSV(obj, "foo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.