| exec | R Documentation | 
execute string command This command just execute in the paraent frame.
exec(string, envir = parent.frame())
string | 
 one string  | 
envir | 
 the environment in which sting is to be evaluated.  | 
execute string command
a=2
exec('a = 1')
a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.