[R] Fwd: Urgent Help in Paste Command

2006-12-02 Thread Shubha Karanth
Hi Experts, I want to see my object as below: 'C:\Program Files\R\R-2.4.0\bin\Rgui.exe' So I use the paste command. None of the below is working. Could anyone help me on this? paste('C:\Program Files\R\R-2.4.0\bin\Rgui.exe') [1] 'C:Program FilesRR-2.4.0\binRgui.exe' paste('C:,\,Program

Re: [R] Fwd: Urgent Help in Paste Command

2006-12-02 Thread Gabor Grothendieck
Try this: x - readline() C:\Program Files\R\R-2.4.0\bin\Rgui.exe x [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 [EMAIL PROTECTED] wrote: Hi Experts, I

Re: [R] Fwd: Urgent Help in Paste Command

2006-12-02 Thread Shubha Vishwanath Karanth
Karanth Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Fwd: Urgent Help in Paste Command Try this: x - readline() C:\Program Files\R\R-2.4.0\bin\Rgui.exe x [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

Re: [R] Fwd: Urgent Help in Paste Command

2006-12-02 Thread Gabor Grothendieck
Files\\R\\R-2.4.0\\bin\\Rgui.exe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gabor Grothendieck Sent: Saturday, December 02, 2006 5:21 PM To: Shubha Karanth Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Fwd: Urgent Help in Paste Command Try

Re: [R] Fwd: Urgent Help in Paste Command

2006-12-02 Thread Shubha Vishwanath Karanth
O yaa... Thank you so much... From: jim holtman [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 5:58 PM To: Shubha Vishwanath Karanth Subject: Re: [R] Fwd: Urgent Help in Paste Command It is fine since '\' is used to escape characters (like

Re: [R] Fwd: Urgent Help in Paste Command

2006-12-02 Thread Shubha Vishwanath Karanth
O yaa... Thank you so much... -Original Message- From: Gabor Grothendieck [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 5:56 PM To: Shubha Vishwanath Karanth Cc: Shubha Karanth; r-help@stat.math.ethz.ch Subject: Re: [R] Fwd: Urgent Help in Paste Command x is the value you