evpat: Evaluate Parsable Text

Description Usage Arguments Details Value Author(s) Examples

Description

See Details.

Usage

1
evpat(x)

Arguments

x

a string containing a parsable expression.

Details

This function attempts to evaluate x as a command.

Value

The return value of the expression in x.

Author(s)

Daniel Dvorkin

Examples

1
evpat("c(1, 2, 3)") + 1 # [1] 2 3 4

lcmix documentation built on May 2, 2019, 6:49 p.m.