r-py-conversion: 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
convert
TRUE to automatically convert Python objects to their R
equivalent. If you pass FALSE you can do manual conversion using the
py_to_r() function.
Value
An R object, as converted from the Python object.