evaluate | R Documentation |
In case it is necessary to evaluate a string as a variable
evaluate(x, ...)
x |
string that will be evaluated |
... |
Other optional arguments |
At various times, arguments are expected from functions that are later evaluated as objects or even functions. This function is a contracted form for the combination of eval(parse(text="str")).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.