scope_and_run | R Documentation |
Shortcut function to rescope a code string and then run (but not print).
Looks for object assignments of the form foo <-
and rescopes to
foo <<-
, then evaluates code string.
scope_and_run(.code_string)
.code_string |
A string containing runnable R code. |
Nothing; side effects in environment only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.