ept: Eval Parse Text

Description Usage Arguments Details Author(s) Examples

View source: R/ept.R

Description

This is a short function which implements eval(parse(text=__)) quickly (including a minor error check (that the blank is text)).

Usage

1
ept(x)

Arguments

x

This is the text to parse

Details

Not much to it! Currently requires a character.

Author(s)

Michael Floren

Examples

1
2
3
#this gives 1
a=1
ept("a")

flor3652/myStuff documentation built on Sept. 14, 2020, 1:16 a.m.