Re: [R] Clipboard size?

2005-04-20 Thread Prof Brian Ripley
On Thu, 21 Apr 2005, Rich FitzJohn wrote: Hi Chris, From ?file: Clipboard: ... When writing to the clipboard, the output is copied to the clipboard only when the connection is closed or flushed. There is a 32Kb limit on the text to be written to the clipboard. This can be raised by

Re: [R] Clipboard size?

2005-04-20 Thread Rich FitzJohn
Hi Chris, >From ?file: Clipboard: ... When writing to the clipboard, the output is copied to the clipboard only when the connection is closed or flushed. There is a 32Kb limit on the text to be written to the clipboard. This can be raised by using e.g. 'file("clipboard-128")' o

[R] Clipboard size?

2005-04-20 Thread Chris Bergstresser
Hi all -- I have a matrix of doubles (roughly 30x80) which I'd like to copy to the clipboard. However, as the following shows: > dm = matrix(runif(30 * 80), nrow = 80) > write.table(dm, "clipboard", sep = "\t") Warning message: clipboard buffer is full and output lost Is there any way to i