Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

bazar (version 1.0.11)

Copy: Copy data to the clipboard

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

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.