Description Usage Arguments Details Value Author(s) Examples
See Details.
1 | evpat(x)
|
x |
a string containing a parsable expression. |
This function attempts to evaluate x
as a command.
The return value of the expression in x
.
Daniel Dvorkin
1 | evpat("c(1, 2, 3)") + 1 # [1] 2 3 4
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.