Description Usage Arguments Value Examples
Execute the contents of a file or string as a reso
expression. This just validates the file's contents
with reso_validate() and then interprets the string
as a plain R expression with eval(parse(text=file))
.
1 |
file |
A file or a string, to be executed as a reso expression. |
The results of the evaluated reso expression.
1 2 3 4 | reso_source("x(s(d(p()[0])))")
reso_source("x(s(d(p()[0])))(0,x(s(d(p()[0])))(!0,0[0]))")
filename <- system.file("extdata", "example.reso", package = "reso")
reso_source(filename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.