scope_and_run: Runs code from string, in parent environment

Description Usage Arguments Value

Description

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.

Usage

1
scope_and_run(.code_string)

Arguments

.code_string

A string containing runnable R code.

Value

Nothing; side effects in environment only.


kbodwin/demoR documentation built on Nov. 10, 2019, 11:30 p.m.