Skip to content

Urgent Help in Paste Command

2 messages · Shubha Vishwanath Karanth, Gabor Grothendieck

#
But when I do this I need x value to be " C:\Program
Files\R\R-2.4.0\bin\Rgui.exe" and not C:\\Program
Files\\R\\R-2.4.0\\bin\\Rgui.exe"

-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Gabor
Grothendieck
Sent: Saturday, December 02, 2006 5:21 PM
To: Shubha Karanth
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] Fwd: Urgent Help in Paste Command

Try this:
C:\Program Files\R\R-2.4.0\bin\Rgui.exe
[1] "C:\\Program Files\\R\\R-2.4.0\\bin\\Rgui.exe"



You can also use

   readLines("clipboard")

if you are trying to read in something from the clipboard.
On 12/2/06, Shubha Karanth <shubhakaranth at gmail.com> wrote:
help
Files","\","R","\","R-2.4.0","\","bin","\","
http://www.R-project.org/posting-guide.html
______________________________________________
R-help at 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
and provide commented, minimal, self-contained, reproducible code.
#
x is the value you asked for.  I think you are confusing its printed
representation
with its value.  Try cat(x) and strsplit(x, "")
On 12/2/06, Shubha Vishwanath Karanth <shubhak at ambaresearch.com> wrote: