write.data: Write Data To CSV File

Description Usage Arguments Author(s) See Also Examples

Description

Creates a .csv-formatted file with the data. The file will be created in your current working directory (see ?getwd and ?setwd), unless specified otherwise by file. Note that if the file field does not end in .csv, ".csv" will be appended to the end of file

Usage

1

Arguments

data

a data frame or matrix etc.

file

The name of the .csv file to be created.

Author(s)

Wen Chen and Joshua Simpson.

See Also

write.csv, getwd, setwd

Examples

1
2
3
4
5
data(ITS1)
## Not run: 
write.data(ITS1, "my_file_name.csv")

## End(Not run)

RAM documentation built on May 2, 2019, 3:04 p.m.