Forum: open-discussion


RE: using R output as a list item [ Reply ] By: ilhami visne on 2009-04-03 10:25 | [forum:1393] |
Hi, Soory, i couldn't answer before. i was in a conference and away for a week. The current RGG can't read values from R into RGG. This feature is the next big thing in RGG. I'm working on it. This feature require partial execution of R script, so it can be read by the next GUI element. Or you have two RGGs executing on the same R instance. One creates data and the other one reads it. best wishes, ilhami visne |
using R output as a list item [ Reply ] By: Kari Ruohonen on 2009-03-24 17:35 | [forum:1372] |
Hi, I am wondering if it could be possible to use R output as list items for a combobox, for example. What I am trying to do is to list available variables from a dataset for picking to an analysis. I.e. using names(data.frame) as the list items. Any hints are greatly appreciated. rgrds, Kari |