I'd like to provide a simple user capability of choosing some parameters that I could grab to generate a graph. User would be selecting choices via radio buttons etc via a web browser. I work in a Windows environment. Does anyone have sample code? -- View this message in context: http://r.789695.n4.nabble.com/simple-user-input-tp3454180p3454180.html Sent from the R help mailing list archive at Nabble.com.
simple user input
2 messages · cassiorx, Greg Snow
3 days later
If you don't need the web browser part then look at the tkexamp function in the TeachingDemos package.
Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111 > -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of cassiorx > Sent: Saturday, April 16, 2011 10:17 AM > To: r-help at r-project.org > Subject: [R] simple user input > > I'd like to provide a simple user capability of choosing some > parameters that > I could grab to generate a graph. User would be selecting choices via > radio > buttons etc via a web browser. I work in a Windows environment. Does > anyone > have sample code? > > -- > View this message in context: http://r.789695.n4.nabble.com/simple- > user-input-tp3454180p3454180.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org 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.