Learn R Programming

RPPanalyzer (version 1.4.9)

write.Data: writes an RPPA data list into csv file

Description

Writes the 3 or 4 elements of an RPPA data list into one or two csv files which can easily imported into spreadsheet software

Usage

write.Data(x,FileNameExtension="Data")

Value

one or two csv files dependend from the length of the RPPA data list

Arguments

x

List with RPPA data set

FileNameExtension

character string which will be added to the name of the exported file

Author

Heiko Mannsperger <h.mannsperger@dkfz.de>

Examples

Run this code
if (FALSE) {
	library(RPPanalyzer)
	data(dataII)
	
	write.Data(dataII)
    }

Run the code above in your browser using DataLab