[R] asking the user for data

Gabor Grothendieck ggrothendieck at gmail.com
Sun Oct 16 15:13:06 CEST 2005


Use readline for a text dialog or use tkentry from the tcltk package
as shown in the Edit Box example at:
   http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/

On Windows other possibilities exist as well: winDialogString
and in package svDialog there is guiDlg .

Also check out qnorm .

On 10/16/05, Iain Gallagher <iaingallagher at btopenworld.com> wrote:
> Hello everyone.
>
> How do I get R to ask users for data to be entered? Specifically I want
> to ask for a z score to be entered (the user would look this up in a
> table) and then use the entered data to compute a Dunn's post-hoc test
> (post kruskal.test).
>
> I've tried the "ask" function but it's not recognised - maybe I don't
> have to appropriate libary installed. A pointer to the right one would
> be appreciated.
>
> e.g  >z <-ask(message="Please enter the z value for" x)
>
> Any help would be gratefully received.
>
> Thanks
>
> Iain Gallagher
> Institiute for Infection and Immunology Research
> Edinburgh University
>
> ______________________________________________
> 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
>




More information about the R-help mailing list