Skip to content

GUI Development reg

4 messages · Vijayan Padmanabhan, Bert Gunter, Ista Zahn +1 more

#
Vijayan:

Choose one or both from the following.

1. You don't . R is a programming language that you learn. Read the
Intro to R Tutorial to start learning.

2. See the R GUI page on CRAN here: http://www.sciviews.org/_rgui/
 There are several GUI's available for R and you can choose one that
suits.

Cheers,
Bert

On Wed, Nov 14, 2012 at 10:31 PM, Vijayan Padmanabhan
<V.Padmanabhan at itc.in> wrote:

  
    
1 day later
#
Hi Vijayan,

I just discovered http://www.rstudio.com/shiny/ which I think would
make it pretty easy to do this.

Best,
Ista

On Thu, Nov 15, 2012 at 1:31 AM, Vijayan Padmanabhan
<V.Padmanabhan at itc.in> wrote:
#
You can use the `gWidgets` package to do this kind of thing easily enough:

require(gWidgets)
my_vec <- character(0)
items <- state.name ## some  values

handler <- function(h,...) my_vec <<- svalue(h$obj)

w <- gwindow()
g <- ggroup(cont=w, horizontal=FALSE)
## one way to select one or more from many
gcheckboxgroup(items, cont=g, use.table=TRUE, handler=handler)




--
View this message in context: http://r.789695.n4.nabble.com/GUI-Development-reg-tp4649569p4649780.html
Sent from the R help mailing list archive at Nabble.com.