jcharlto,
Thank you thank you thank you, you just saved me about 7.9 hours!
--
View this message in context:
http://r.789695.n4.nabble.com/Wait-for-user-input-with-readline-tp3054517p4646826.html
Sent from the R devel mailing list archive at Nabble.com.
___
Thanks all,
Even if I'm not an expert in programmation, I'll try to compile informations
and try to sort my problem.
Alexandre
--
View this message in context:
http://r.789695.n4.nabble.com/Wait-for-user-input-with-readline-tp3054517p3077878.html
Sent from the R devel mailing list archive at N
l@r-project.org
> Subject: Re: [Rd] Wait for user input with readline()
>
>
> Hi,
>
> I have a similar problem as the one of Nate. The point is that I want
> to
> design an interactive script that need the value of two variables (x
> and y).
>
> So my script as d
On Dec 7, 2010, at 12:19 PM, Petr Savicky wrote:
> On Mon, Dec 06, 2010 at 08:25:39AM -0800, Alexandre wrote:
>>
>> Hi,
>>
>> I have a similar problem as the one of Nate. The point is that I want to
>> design an interactive script that need the value of two variables (x and y).
>>
>> So my scr
On Mon, Dec 06, 2010 at 08:25:39AM -0800, Alexandre wrote:
>
> Hi,
>
> I have a similar problem as the one of Nate. The point is that I want to
> design an interactive script that need the value of two variables (x and y).
>
> So my script as designed for the moment is :
>
> x <- as.numeric (re
Hi,
I have a similar problem as the one of Nate. The point is that I want to
design an interactive script that need the value of two variables (x and y).
So my script as designed for the moment is :
x <- as.numeric (readline(prompt="What is the value of x? "))
y <- as.numeric (readline(prompt="
What you have not done is told us how you run the script.
On Mon, 22 Nov 2010, Nathan Miller wrote:
Hello,
I am trying write a script that includes a prompt for user input using
readlines() and was told that folks at R-devel might be able to help.
(But this is an R-help question.)
readline(
Hello,
I am trying write a script that includes a prompt for user input using
readlines() and was told that folks at R-devel might be able to help.
I am running into the problem that when I run readlines() as a single line
the prompt works perfectly, but when I try to run a block of code which
i