Reviews (0)
For Workflow: Convert Taverna list of RExpr to R list - v2
Convert Taverna list of RExpr to R list - v2 (2)
This workflow accepts a Taverna list of arbitrary R expressions and returns a single R expression representing an R list containing the original expressions.
This workflow relies on the current Taverna behaviour of an R expression being represented by a list of strings containing the deparsed expression. If this changes, this workflow will likely break.
The first BeanShell converts each R expression (actually a list of strings) to a single string. This uses implicit iteration to do this for...
Created: 2013-09-04 | Last updated: 2013-10-14