One possibility (there are others as well) is write your own function that given the name of the country will grab the data and create the plot that you want. Then use the tkexamp function in the TeachingDemos package to create the GUI for this function.
Other options (which I am less familiar with) could include the fgui package, the playwith package, and the rpanel package. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare [email protected] 801.408.8111 > -----Original Message----- > From: [email protected] [mailto:r-help-boun...@r- > project.org] On Behalf Of Shubha Vishwanath Karanth > Sent: Thursday, June 17, 2010 9:45 AM > To: [email protected] > Subject: [R] R user interface > > Hi R, > > > > I have a an excel file with a lot of data. I need to create an user > interface in R, which has one single screen. It needs to contain a > right > pane containing the click buttons for different countries (say). If the > user clicks a country, then a chart needs to be created for that > country, taking the data from Excel. Is this possible and which package > helps me in doing this? Many thanks in advance. > > > > Thanks and Regards, > > Shubha Karanth > > > > This e-mail may contain confidential and/or privileged > i...{{dropped:13}} > > ______________________________________________ > [email protected] 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. ______________________________________________ [email protected] 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.

