| source_python {reticulate} | R Documentation |
Evaluate a Python script and make created Python objects available within R.
source_python(file, envir = parent.frame(), convert = TRUE)
file |
Source file |
envir |
The environment to assign Python objects into
(for example, |
convert |
|