trCopy {TinnR}R Documentation

Convert an R object and copy it to the clipboard

Description

This is a wrapper around trExport, using file="clipboard".

Usage

  trCopy(x, type="raw", objname=deparse(substitute(x)), ...)

Arguments

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.

Value

The result returned by the corresponding export method.

Author(s)

Adaptations: Jose Claudio Faria joseclaudio.faria@gmail.com
Original author: Philippe Grosjean phgrosjean@sciviews.org

See Also

export, trExport,

Examples

  ## Not run: 
    data(iris)
    trCopy(iris, type = "ascii")
  
## End(Not run)

[Package TinnR version 1.0.3 Index]