| py_run {reticulate} | R Documentation |
Execute code within the the __main__ Python module.
py_run_string(code, convert = TRUE) py_run_file(file, convert = TRUE)
code |
Code to execute |
convert |
|
file |
File to execute |
Reference to __main__ Python module.