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