View source: R/evaluate_text.R
evaluate_text | R Documentation |
evaluate_text
uses eval(parse(text = x))
.
evaluate_text(text)
text |
Text that is valid R code. |
Stuart K. Grange
# Evaluate a simple expression
evaluate_text("5 + 5")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.