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 April 3, 2025, 6:41 p.m.

Related to ept in mark...