copy {svIO} | R Documentation |
This is a wrapper around export
, using file = "clipboard"
copy(x, type = "raw", objname = deparse(substitute(x)), ...)
x |
The object to copy |
type |
type gives the format in which the object should be converted. The list of recognized formats for this object is obtained with type = "typelist" |
objname |
The name of the copie object (by default, it is the name of the variable that holds it) |
... |
Further arguments to use with the corresponding export method |
The result returned by the corresponding export
method
Philippe Grosjean & Eric Lecoutre
## Not run: data(iris) copy(iris, type = "ascii") ## End(Not run)