ept: Parse and evaluate text

View source: R/utils.R

eptR 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


mark documentation built on Oct. 23, 2023, 9:06 a.m.

Related to ept in mark...