Run code parsed from text.
Run(..., silent = FALSE)
Character string(s) to run.
You can use "{ }"
to insert any R object in the environment.
Suppress error/warning messages. Default is FALSE
.
Invisibly return the running expression(s).
# NOT RUN {
Run("a=1", "b=2")
Run("print({a+b})")
# }
Run the code above in your browser using DataLab