powered by
concat and execute a text in R.
exe(..., envir = options_regressor()$exe.envir)
one or more texts to be concatenated and executed.
the environment in which expr is to be evaluated.
the result of the execute.
# NOT RUN { exe("5+5") exe("5","+","5") exe("plot(iris$Species)") # }
Run the code above in your browser using DataLab