powered by
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 = "")
String containing the evaled as a character or the original string
String to render.
res = render_str(estr="ls()")
Run the code above in your browser using DataLab