Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

evalText

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.

SoDA

Functions and Examples for "Software for Data Analysis"

v1.0-6.1
GPL (>= 2)
Authors
John M Chambers
Initial release
2014-06-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.