exec: execute string command This command just execute in the...

Description Usage Arguments Value Examples

View source: R/exec.R

Description

execute string command This command just execute in the paraent frame.

Usage

1
exec(string, envir = parent.frame())

Arguments

string

one string

envir

the environment in which sting is to be evaluated.

Value

execute string command

Examples

1
2
3
a=2
exec('a = 1')
a

do documentation built on Aug. 3, 2021, 5:06 p.m.