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

View source: R/exec.R

execR Documentation

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

Description

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

Usage

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

Arguments

string

one string

envir

the environment in which sting is to be evaluated.

Value

execute string command

Examples

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

do documentation built on Sept. 12, 2024, 6:27 a.m.