write.lassie {zebu} | R Documentation |
Writes lassie
object to a file in a table structured format.
write.lassie( x, file, sep = ",", dec = ".", col.names = TRUE, row.names = FALSE, quote = TRUE, ... )
x |
|
file |
character string naming a file. |
sep |
the field separator string. Values within each row of
|
dec |
the string to use for decimal points in numeric or complex columns: must be a single character. |
col.names |
either a logical value indicating whether the column
names of |
row.names |
either a logical value indicating whether the row
names of |
quote |
a logical value ( |
... |
other arguments passed on to write.table. |