Convert between Pyton and R objects
py_to_r(x) r_to_py(x, convert = FALSE)
x
Object to convert
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.
TRUE
FALSE
py_to_r()
Converted object