Regarding, loading a file from the clipboard, I had also posted 
a workaround:

   load(pipe("pclip"))

where pclip is from unxutils.sourceforge.net, although yours has
the advantage of not requiring external programs.

 --- On Sat 11/08, Prof Brian Ripley < [EMAIL PROTECTED] > wrote:

zz <- file("clipboard", "r")
readLines(zz, 1)
.Internal(loadFromConn(zz, .GlobalEnv))
close(zz)

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to