search for: getlistvalue

Displaying 1 result from an estimated 1 matches for "getlistvalue".

Did you mean: getintvalue
2011 Nov 01
0
Read/Write textbox in R
...20, height = 5) tkpack(list, entry, text) # Write and read from the widgets writeList(list, c("Option1", "Option2", "Option3")) writeList(entry, "An Entry box") writeText(text, "A text box") # Will be NULL if not selected getListValue(list) getTextValue(text) getEntryValue(entry) # Destroy toplevel widget # tkdestroy(base) ## End(Not run) I took it from: http://svitsrv25.epfl.ch/R-doc/library/widgetTools/html/writeText.html. When I run the example I get the following error: "Error in function () : could not fin...