| source_python {reticulate} | R Documentation |
Evaluate a Python script and make created Python objects available within R. The Python script is sourced within the Python main module, and so any objects defined are made available within Python as well.
source_python(file, envir = parent.frame(), convert = TRUE)
file |
Source file |
envir |
The environment to assign Python objects into
(for example, |
convert |
|