search for: readclipboard

Displaying 10 results from an estimated 10 matches for "readclipboard".

2019 May 23
2
writing Unicode text to the Windows clipboard
...to write to the clipboard")); GlobalFree(hglb); Example: "?" is "GREATER-THAN OVER EQUAL TO", which is unicode <U+2267>, has UTF-16LE bytes 67 22, and is not representable in latin1. I copy ? to the Windows clipboard and attempt a round trip. I see: x <- readClipboard(format = 13, raw = TRUE) # 13 <--> "Unicode text" #> [1] 67 22 00 00 writeClipboard(x, format = 13L) readClipboard(format = 13, raw = TRUE) #> [1] 67 00 22 00 00 00 00 00 and, literally, pasting yields: g" If I build r-devel with the patch, the same process yields x &l...
2008 Jan 24
0
readClipboard() from spreadsheet to data.frame with column names?
...statex77, file="StateX77.csv", row.names=FALSE) getwd() StateX77CSV <- paste(wd,"StateX77.csv",sep="") shell(StateX77CSV) #Might open Excel rather than QP #data.entry(statex77) #Show statex77 in an interactive spreadhseet manner clipboardText <- strsplit(readClipboard(format=1), "\t") clipboardTextAsDF <- t(data.frame(clipboardText)) data.entry(clipboardTextAsDF)
2019 May 24
0
writing Unicode text to the Windows clipboard
...to write to the clipboard")); GlobalFree(hglb); Example: "?" is "GREATER-THAN OVER EQUAL TO", which is unicode <U+2267>, has UTF-16LE bytes 67 22, and is not representable in latin1. I copy ? to the Windows clipboard and attempt a round trip. I see: x <- readClipboard(format = 13, raw = TRUE) # 13 <--> "Unicode text" #> [1] 67 22 00 00 writeClipboard(x, format = 13L) readClipboard(format = 13, raw = TRUE) #> [1] 67 00 22 00 00 00 00 00 and, literally, pasting yields: g" If I build r-devel with the patch, the same process yields x &l...
2006 Oct 11
1
Question about error of "non-numeric argument to binary operator"
Hi, I have the following data and there is no binary operator contained, however, I still receive the error message when running unitrootTest function, could someone give me a guidance on it?? >readClipboard() [1] "245" "246" "261.5" "275.5" "307" "284.5" "289" "313.5" "323.75" "334" " 312.5" "325" "305.5" "322.5" "317" "...
2004 Nov 19
2
Clipboard under Linux/Unix
Hello, This may be a trivial question, but I don't find the answer in R online help. Under Windows, I can copy/paste to the clipboard using readClipboard()/writeClipboard(), or something like cat(..., file = "clipboard"). Are there equivalent function for other platforms? Best, Philippe Grosjean ..............................................<??}))><........ ) ) ) ) ) ( ( ( ( ( Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( (...
2011 Mar 08
1
Read data.frame from clipboard
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110308/5fcad543/attachment.pl>
2004 Mar 03
4
How to read Excel file and access the data item?
In R, How to read Excel file and access the data item? Thank you. --------------------------------- [[alternative HTML version deleted]]
2003 Nov 08
5
accessing windows clipboard from load and save (PR#4999)
Full_Name: Gabor Grothendieck Version: 1.7.1 OS: Windows 2000 Submission from: (NULL) (207.35.143.81) save(x,ascii=TRUE,file("clipboard")) works but load(file("clipboard")) does not. Even better would be if save(x,ascii=TRUE,"clipboard") and load("clipboard") worked as that would provide consistency with
2011 Aug 12
3
gsub("\\", "\\\\", "C:\Program Files\R")
Hi, I think it is not possible in R but I rather ask before giving up: What I have: I have copied "C:\Program Files\R" into my clipboard. What I want: setwd(transform("C:\Program Files\R")) where the function transform should change the "C:\Program Files\R" from my clipboard to "C:\\Program Files\\R" so that R can handle it. Is this possible? I've
2005 Sep 06
2
help.search problem
Dear Fellow R Users, I have recently come across a weird problem with help.search: > help.search("tps") Error in rbind(...) : number of columns of matrices must match (see arg 8) > This happens no matter what I search for... Any thoughts ? Thanks, Tolga Please follow the attached hyperlink to an important disclaimer