Learn R Programming

MAIT (version 1.6.0)

writeExcelTable: Writes a csv table

Description

Function writeExcelTable writes a csv table with the input data.

Usage

writeExcelTable(file, file.name)

Arguments

file
The data to be saved in the csv file
file.name
The name of the csv file.

Value

A csv file containg the data provided as input in the file parameter.