csv(z, file = "", noDates = F, row.names = !is.tis(z), ...)tis object"", a file name is constructed by deparsing z. The
extension ".csv" is appended to the file name if it is not already there.FALSE (the default) and z is a tis
object, the first column of the output file will contain spreadsheet
dates.z are to be written along with z, or a character vector
of row names to be written. If FALSE (the default) and
z is a write.table.csv returns whatever the call to write.table returned.csv is essentially a convenient way to call write.table.
If file is not a connection, a file name with the ".csv"
extension is constructed. Next, a column of spreadsheet dates is
prepended to z if necessary, and then csv calls
write.table(z, file = filename, sep = ",", row.names = !is.tis(z), ...)write.table