writeExcelTable {MAIT} | R Documentation |
Function writeExcelTable
writes a csv table with the input data.
writeExcelTable(file, file.name)
file |
The data to be saved in the csv file |
file.name |
The name of the csv file. |
A csv file containg the data provided as input in the file parameter.
Francesc Fernandez, francesc.fernandez.albert@upc.edu