py_capture_output | R Documentation |
Capture and return Python output
py_capture_output(expr, type = c("stdout", "stderr"))
expr |
Expression to capture stdout for |
type |
Streams to capture (defaults to both stdout and stderr) |
Character vector with output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.