Learn R Programming

mark (version 0.8.1)

ept: Parse and evaluate text

Description

A wrapper for eval(parse(text = .))

Usage

ept(x, envir = parent.frame())

Value

The evaluation of x after parsing

Arguments

x

A character string to parse

envir

The environment in which to evaluate the code