writeMSnsetToCSV: Exports a MSnset dataset into a zip archive containing three...

View source: R/inOutFiles.R

writeMSnsetToCSVR Documentation

Exports a MSnset dataset into a zip archive containing three zipped CSV files.

Description

Exports a MSnset dataset into a zip archive containing three zipped CSV files.

Usage

writeMSnsetToCSV(obj, fname)

Arguments

obj

An object of class MSnSet.

fname

The name of the archive file.

Value

A compressed file

Author(s)

Samuel Wieczorek

Examples


utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R2_pept[1:1000]
writeMSnsetToCSV(obj, "foo")



samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.