Kamil Bęczyński

Kamil Bęczyński R, SAS, analizy

Temat: W jaki sposób wyczyścić zawartość schowaka z poziomu R ?

Chciałem zapisać mały obiekt w schowku (287448 bytes) używając write.table(x,"clipboard"), pojawia się komunikat :

Warning message:
In write.table(x, file, nrow(x), p, rnames, sep, eol, na, dec, as.integer(quote), :
clipboard buffer is full and output lost


googlowanie treści ostrzeżenia nic nie dałoKamil Bęczyński edytował(a) ten post dnia 22.07.12 o godzinie 01:07

Temat: W jaki sposób wyczyścić zawartość schowaka z poziomu R ?

Tu masz nieco informacji:
https://stat.ethz.ch/pipermail/r-help/2005-April/069983...

http://cran.r-project.org/doc/contrib/Bliese_Multileve...
In certain cases, written objects may be too large for the default memory limit of the
Window’s clipboard (32K). For instance, if one moves the bh1996 dataset from the
multilevel package with the intent of writing it to EXCEL, the following error (truncated) is
returned:
library(multilevel)
data(b1996) #Bring data from the library to the workspace
write.table(bh1996,file="clipboard",sep="\t",col.names=NA)
Warning message:
In write.table(x, file, nrow(x),... as.integer(quote), :
clipboard buffer is full and output lost

To increase the size of the clipboard to 1.5MG (or any other arbitrary size), the
"clipboard" option can be modified as follows: "clipboard-1500"
. Note that the
options surrounding the use of the clipboard are specific to various operating systems and
may change with different versions of R so it will be worth periodically referring to the help
files.
Kamil Bęczyński

Kamil Bęczyński R, SAS, analizy

Temat: W jaki sposób wyczyścić zawartość schowaka z poziomu R ?

Adrian Olszewski:
Tu masz nieco informacji:
https://stat.ethz.ch/pipermail/r-help/2005-April/069983...

http://cran.r-project.org/doc/contrib/Bliese_Multileve...
In certain cases, written objects may be too large for the default memory limit of the
Window’s clipboard (32K). For instance, if one moves the bh1996 dataset from the
multilevel package with the intent of writing it to EXCEL, the following error (truncated) is
returned:
library(multilevel)
data(b1996) #Bring data from the library to the workspace
write.table(bh1996,file="clipboard",sep="\t",col.names=NA)
Warning message:
In write.table(x, file, nrow(x),... as.integer(quote), :
clipboard buffer is full and output lost

To increase the size of the clipboard to 1.5MG (or any other arbitrary size), the
"clipboard" option can be modified as follows: "clipboard-1500"
. Note that the
options surrounding the use of the clipboard are specific to various operating systems and
may change with different versions of R so it will be worth periodically referring to the help
files.

Działa dziękuję bardzo :) dziwne że nie udało mi się tego samodzielnie znaleźć,
Komunikat o błędzie nadal się pojawia ale dane są przesyłane.
Jedyną drobną niedogodnością jest niewłaściwe wklejanie nazw kolumn do arkusza : gdy wklejam macierz która posiada nazwy kolumn oraz wierszy, to pierwsza nazwa kolumny jest umieszczana w niewłaściwej pozycji - bezpośrednio nad kolumną z nazwami wierszy zamiast nad pierwszą kolumną danych.

ps. nie mogę używać RExcel bo Excel jest 64 bitowy :/Kamil Bęczyński edytował(a) ten post dnia 22.07.12 o godzinie 13:38

Temat: W jaki sposób wyczyścić zawartość schowaka z poziomu R ?

Może tak? :)

Obrazek
Adrian Olszewski edytował(a) ten post dnia 22.07.12 o godzinie 19:26

Następna dyskusja:

W jaki sposób dodać...




Wyślij zaproszenie do