Transfer R object into a Python 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_r2py(my_obj, my_r_object)
saves an R object to a Python pickle
using reticulate::py_save_object()
.