print_debug | R Documentation |
Provide any number of arguments which are the variables you want printed Note that this function must be called directly and not wrapped in e.g., capture.output
print_debug(...)
... |
variables to debug. Provide by name. |
## Not run: foo <- 7 bar <- 9 print_debug(foo, bar) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.