Displaying 2 results from an estimated 2 matches for "acontain".
Did you mean:
contain
2012 Apr 24
0
help with GUI interface
..."ShapeHeader","sep",
label="shapeit"),
aNotebookPage("file",
separatorItem(),
"fill","sep",
label="file",
)
),
aContainer("assign.to",
aFrame("output", label="Preview")
),
horizontal=TRUE))
dlg$read_file <- function(., file.type, output, assign.to, ...) {
if(file.type != "") {
out <- try(do.cal...
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