RValue sRValue parses and evaluates R code given as a string and returns the result as an RObject.
|
When given a Sequence, the elements are converted to strings with toString and concatenated before evaluation. This is useful for programmatically constructing R code.
|
|
The Environment option specifies the R environment in which to evaluate the code.
|
|
A Macaulay2 hash table specifying values of variables with the variable names given as strings may also be passed to the Environment option.
|
|
The object RValue is a method function with a single argument.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/RInterface/doc/r-value.m2:46:0.