evalText {SoDA}R Documentation

Turn a text string into an evaluated expression

Description

Turns a text string into an evaluated expression. See the "Computing with Text" chapter for why.

Usage

evalText(text, where = .GlobalEnv)

Arguments

text The string.
where The environment to use for the computation.

Value

Whatever the expression evaluates to.

Examples

##  See the chapter.


[Package SoDA version 0.97-1 Index]