py_capture_output {reticulate} | 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