WriteCSV writes data to a comma-delimited output file
WriteCSV
WriteCSV(object, file)
object
R object to write
file
character; path to output file
Returns NULL
file <- tempfile() WriteCSV(iris, file = file)