| crun | R Documentation | 
Concatenate arguments and run them as a command. Shorthand for eval( parse( text = paste0( ... ) ) ). Consider also using base::get() which can be used to get an object from a string, but only if it already exists. Author: Bryce Chamberlain.
crun(...)
| ... | Character(s) to be concatenated and run as a command. | 
crun( 'print(', '"hello world!"', ')')
crun('T', 'RUE')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.