py_save_object {reticulate} | R Documentation |
Save and load Python objects with pickle
Description
Save and load Python objects with pickle
Usage
py_save_object(object, filename, pickle = "pickle", ...)
py_load_object(filename, pickle = "pickle", ...)
Arguments
object |
Object to save |
filename |
File name |
pickle |
The implementation of pickle to use (defaults to "pickle" but could e.g. also be "cPickle") |
... |
Optional arguments to be passed to the |
[Package reticulate version 1.20 Index]