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.padmanab...@itc.in> wrote:
> Dear R Group
>
> I have a character vector from which I want to select a few elements and
> create a new character vector.
> I need a GUI to do this in R Script.
> Can someone help?
>
> a<-c("A","B","C","D","E")
>
> ## I want to have a GUI  in R that will display elements in "object a"  as
> a drop down list.. from there I want to be able to select a few elements
> say my requirement is to select "A", "D" and "E" from the list
>
> and want to pass the selection into a new vector b, such that
>
> b<-c("A", "D" , "E")
>
> How do i do this in R?
>
>
>
>
> Regards
> Vijayan Padmanabhan
>
>
> "What is expressed without proof can be denied without proof" - Euclide.
>
> Please visit us at www.itcportal.com
> ******************************************************************************
> This Communication is for the exclusive use of the intended recipient (s) and 
> shall
> not attach any liability on the originator or ITC Ltd./its Subsidiaries/its 
> Group
> Companies. If you are the addressee, the contents of this email are intended 
> for your use only and it shall not be forwarded to any third party, without 
> first obtaining written authorisation from the originator or ITC Ltd./its 
> Subsidiaries/its Group Companies. It may contain information which is 
> confidential and legally privileged and the same shall not be used or dealt 
> with by any third party in any manner whatsoever without the specific consent 
> of ITC Ltd./its Subsidiaries/its Group Companies.
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@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.

______________________________________________
R-help@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.

Reply via email to