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

yikeshu0611/do documentation built on Aug. 5, 2021, 4:17 p.m.