search for: gui_layout

Displaying 2 results from an estimated 2 matches for "gui_layout".

Did you mean: fub_layout
2012 Apr 24
0
help with GUI interface
...n(.) { out <- .$do_call("read_file",.$to_R()) assign.to <- .$get_assign.to() if(exists(assign.to, envir=.GlobalEnv)) { if(!gconfirm(sprintf("Overwrite variable %s?", assign.to))) return() } assign(assign.to, out, envir=.GlobalEnv) } dlg$make_gui(gui_layout=view) -- Leah Mathibela mobile:078-3311-491 work:087-7545-997 www.nova.org.za
2010 Jun 17
3
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