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.
delay_load
TRUE or a function to delay loading the module until
it is first used (if a function is provided then it will be called
once the module is loaded). FALSE to load the module immediately.