Transfer Python object into an R session.
Value
A list with elements: name
, the name of the derivation,
snippet
, the Nix boilerplate code, type
, additional_files
(for compatibility reasons only) and nix_env
.
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()
.