render_str | R Documentation |
Attempts to evaluate a string as a chunk of R code. If that succeeds it will return the result. If not it will return the original text.
render_str(estr = "")
estr |
String to render. |
String containing the evaled as a character or the original string
res = render_str(estr="ls()")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.