ept {mark}R Documentation

Parse and evaluate text

Description

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

Usage

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

Arguments

x

A character string to parse

envir

The environment in which to evaluate the code

Value

The evaluation of x after parsing


[Package mark version 0.7.0 Index]