View source: R/string_manipulation.R
exe | R Documentation |
concat and execute a text in R.
exe(..., envir = parent.frame())
... |
one or more texts to be concatenated and executed. |
envir |
the environment in which expr is to be evaluated. |
the result of the execute.
exe("5+5")
exe("5","+","5")
exe("plot(iris$Species)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.