writeExcelTable {MAIT}R Documentation

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.

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu


[Package MAIT version 1.24.0 Index]