The function Copy
can typically be used
to copy data from a data frame, in order to paste
it somewhere else (in Excel for instance).
Copy(x, size = 128L, quote = TRUE, sep = "\t", na = "",
dec = ".", ...)
An object.
integer. Number of kilobytes.
Increase this value if the object x
is too big.
See the eponymous argument in write.table
.
character. The field separator string.
character. The string to use for missing values.
character. The string to use for decimal points in numeric or complex columns.
Additional arguments to be passed to
write.table
.