View source: R/utils_capture.R
| capture_r_execution | R Documentation |
Part of the companion-package extension API (used by aisdk.datatools).
capture_r_execution(expr, envir = parent.frame(), auto_print_value = FALSE)
expr |
Expression to evaluate. |
envir |
Environment in which to evaluate |
auto_print_value |
Whether to auto-print the resulting value. |
A list describing the captured execution (output, value, status).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.