exe: exe

View source: R/string_manipulation.R

exeR Documentation

exe

Description

concat and execute a text in R.

Usage

exe(..., envir = parent.frame())

Arguments

...

one or more texts to be concatenated and executed.

envir

the environment in which expr is to be evaluated.

Value

the result of the execute.

Examples

exe("5+5")
exe("5","+","5")
exe("plot(iris$Species)")


regressoR documentation built on July 9, 2023, 5:26 p.m.

Related to exe in regressoR...