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
# Check all the examples at
# http://code.google.com/p/google-motion-charts-with-r/wiki/GadgetExamples
# Opasnet wrapper for gvis-functions, plain and simple as that
google.gvis('Motion Chart', Fruits, idvar="Fruit", timevar="Year", options=list(height=350, width=400))
|