Hi Indra, 

It is not exactly clear to me what you are trying to do!
Perhaps you could give a better reference to the keyword "entry" example. 

However, R has a buit in data entry editor (at least for R running on Windows 
). 

for example:

my.df<-data.frame(x=rnorm(10),y=rnorm(10))
new.df<-edit(my.df)

See also ?dataentry

and 

http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/modalDialog.html


Regards

Wayne


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kshattry, Indra
Sent: 28 February 2008 21:57
To: r-sig-gui@stat.math.ethz.ch
Subject: [R-gui] Request for users of my R-Tcl/Tk examples,


Dear James

 

I am trying to use R-Tcl/TK in my R-code. I want to develop a dialog box
for Data Entry. I am trying to make use of 

Keyword "entry" in your examples, but I could not make it. Could you
kindly give me a hint to write the code

 

My email address

[EMAIL PROTECTED]

 

Sincerely yours

 

Indra B. Kshattry  


        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-GUI mailing list
R-SIG-GUI@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-gui

_______________________________________________
R-SIG-GUI mailing list
R-SIG-GUI@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-gui

Reply via email to