notgonnawork <- get("system")
notgonnawork('ls -la')
|
do.call("system",list('ls -la'))
|
library(OpasnetUtilsExt)
library(googleVis) # needed only for the example data, otherwise is included automagically
google.gvis('Motion Chart', Fruits, idvar="Fruit", timevar="Year", options=list(height=350, width=400))
|