On Mon, 21 Feb 2005, Bernhard Bruemmer wrote:

Peter Dalgaard <[EMAIL PROTECTED]> writes:

Don MacQueen <[EMAIL PROTECTED]> writes:

I tried Ken's suggestion read.table(pipe("pbpaste"),header=TRUE) on
my Mac OS X system and it worked *without* generating any warning
message.

If my experience represents the norm, and Ken's is the exception, it
is so simple that no further contribution to R is needed, I would
say.  Thank you, Ken.

My conjecture is that it only happens when there are fewer than 5 data lines.

We still need to sort out X11. Too bad that the xclip program isn't
ubiquitous.

Does Perl qualify as ubiquitous?

It is specifically not required for R at runtime: see the `Writing R Extensions' manual.


If so, the piped xclip call can be
substituted for by the following:

data <- read.delim(pipe("perl -MTk -e 'print MainWindow->new->SelectionGet'"))

Works fine under Linux.

HTH, Bernhard

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


-- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to