r-py-conversion {reticulate} | R Documentation |
Convert between Python and R objects
r_to_py(x, convert = FALSE)
py_to_r(x)
x |
A Python object. |
convert |
Boolean; should Python objects be automatically converted
to their R equivalent? If set to |
An R object, as converted from the Python object.