Shortcut function to rescope a code string and then run and print output. Looks for object assignments of the form foo <-
and rescopes to foo <<-
, then evaluates code string.
scope_run_print(.code_string)
.code_string | A string containing runnable R code. |
---|
Nothing; side effects from print()
only.