Re: [R] Automation of R input

2013-04-23 Thread andrija djurovic
Hi. If you want to do it completely in R you can create R gui using gWidgets package. Here is an example of creating gui for function arguments (thanks to John Verzani): library(gWidgets) options(guiToolkit="tcltk") ##' An editor for an argument ##' depends on calss of object arg_editor <- funct

[R] Automation of R input

2013-04-23 Thread Vahe nr
Hi all, I have R script which during its run require an input like this: choose between one of the grouping factor available : c("Village", "Country") can I automate this part, in other word to pass for example Village when I am running the script. One more thing the script is the TimeSeriesAnal