exec {do} | R 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
[Package do version 2.0.0.0 Index]