trCopy {TinnR} | R Documentation |
This is a wrapper around trExport
, using file="clipboard"
.
trCopy(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.
Adaptations: Jose Claudio Faria joseclaudio.faria@gmail.com
Original author: Philippe Grosjean phgrosjean@sciviews.org
## Not run: data(iris) trCopy(iris, type = "ascii") ## End(Not run)