Description Usage Arguments Details
Runs R code in an isolated session, writes output to the console and to a file.
1 |
... |
Arguments passed on to
|
tee |
|
callback |
A function to call for each line of the standard
output and standard error from the child process. It works together
with the |
show |
|
The tee
argument can contain relative or absolute paths.
Nonexistant parent directories will be created.
ANSI escapes will be stripped automatically from the output via
fansi::strip_sgr()
if this package is available.
This function forwards to callr::r()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.