Run {bruceR} | R Documentation |
Run code parsed from text.
Description
Run code parsed from text.
Usage
Run(..., silent = FALSE)
Arguments
... |
Character string(s) to run.
You can use |
silent |
Suppress error/warning messages. Defaults to |
Value
Invisibly return the running expression(s).
Examples
Run("a=1", "b=2")
Run("print({a+b})")
[Package bruceR version 2024.6 Index]