Learn R Programming

RPPanalyzer (version 1.0.5)

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")

Arguments

x
List with RPPA data set
FileNameExtension
character string which will be added to the name of the exported file

Value

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

Examples

Run this code
library(RPPanalyzer)
	data(dataII)
	
	write.Data(dataII)

Run the code above in your browser using DataLab