Transfer Python object into an R session.
Details
rxp_py2r(my_obj, my_python_object) loads a serialized Python
object and saves it as an RDS file using reticulate::py_load_object().
See also
Other interop functions:
rxp_r2py()
Transfer Python object into an R session.
rxp_py2r(my_obj, my_python_object) loads a serialized Python
object and saves it as an RDS file using reticulate::py_load_object().
Other interop functions:
rxp_r2py()