evalText {SoDA} | R Documentation |
Turns a text string into an evaluated expression. See the "Computing with Text" chapter for why.
evalText(text, where = .GlobalEnv)
text |
The string. |
where |
The environment to use for the computation. |
Whatever the expression evaluates to.
## See the chapter.