powered by
ovariable
data.frame
result(e1)
numeric
a <- Ovariable("a", output = data.frame(Result = 1)) result(a) result(a) <- 10 * result(a) a@output
Run the code above in your browser using DataLab