internal.evaluate.code: Run code and assign the results to variable

.evaluate.codeR Documentation

Run code and assign the results to variable

Description

Run code and assign the results to variable

Usage

.evaluate.code(variable, CODE)

Arguments

variable

variable name in which to store the result of CODE

CODE

code block that returns a result which can be stored in a variable

Details

No error handling is done on the executed code, nor is the


ProjectTemplate documentation built on Nov. 20, 2023, 1:06 a.m.