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