Copy: Copy data to the clipboard

Description Usage Arguments

Description

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).

Usage

1
2
Copy(x, size = 128L, quote = TRUE, sep = "\t", na = "",
  dec = ".", ...)

Arguments

x

An object.

size

integer. Number of kilobytes. Increase this value if the object x is too big.

quote

See the eponymous argument in write.table.

sep

character. The field separator string.

na

character. The string to use for missing values.

dec

character. The string to use for decimal points in numeric or complex columns.

...

Additional arguments to be passed to write.table.


bazar documentation built on May 2, 2019, 7:02 a.m.