Hello R-users, I am interested to know if there is a tool that allows us to build SAS Enterprise Miner like workflows using the R scripts.
For example, let's say I have the R scripts/functions for the following tasks: 1. Data Cleaning 2. Model Building 3. Model Validation 4. Visualization I would like to drag these functions into a workflow and run them together (output of one function becomes input for the next) Ideally, I would have a huge list of R functions and the user should be able to drag and drop the required R functions to the GUI based workflow. Are there any off-the-shelf tools that allow us to build such a workflow? If not, could you please provide some guidance on the best way to build it? Thank you. Ravi [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.