R Interface to Python


[Up] [Top]

Documentation for package ‘reticulate’ version 1.2

Help Pages

reticulate-package R Interface to Python
conda-tools Interface to conda utility commands
conda_binary Interface to conda utility commands
conda_create Interface to conda utility commands
conda_install Interface to conda utility commands
conda_list Interface to conda utility commands
conda_remove Interface to conda utility commands
conda_version Interface to conda utility commands
dict Create Python dictionary
import Import a Python module
import_builtins Import a Python module
import_from_path Import a Python module
import_main Import a Python module
iterate Traverse a Python iterator or generator
iter_next Traverse a Python iterator or generator
np_array NumPy array
py_available Check if Python is available on this system
py_capture_output Capture and return Python output
py_clear_last_error Get or clear the last Python error encountered
py_config Python configuration
py_discover_config Discover the version of Python to use with reticulate.
py_eval Run Python code
py_function_docs Scaffold R wrappers for Python functions
py_function_wrapper Scaffold R wrappers for Python functions
py_get_attr Get an attribute of a Python object
py_has_attr Check if a Python object has an attribute
py_help Documentation for Python Objects
py_is_null_xptr Check if a Python object is a null externalptr
py_iterator Create a Python iterator from an R function
py_last_error Get or clear the last Python error encountered
py_list_attributes List all attributes of a Python object
py_module_available Check if a Python module is available on this system.
py_numpy_available Check if Python is available on this system
py_run Run Python code
py_run_file Run Python code
py_run_string Run Python code
py_set_attr Set an attribute of a Python object
py_set_seed Set Python and NumPy random seeds
py_str An S3 method for getting the string representation of a Python object
py_suppress_warnings Suppress Python warnings for an expression
py_to_r Convert between Pyton and R objects
py_unicode Convert to Python Unicode Object
py_validate_xptr Check if a Python object is a null externalptr
r-py-conversion Convert between Pyton and R objects
reticulate R Interface to Python
r_to_py Convert between Pyton and R objects
tuple Create Python tuple
use_condaenv Configure which version of Python to use
use_python Configure which version of Python to use
use_virtualenv Configure which version of Python to use
with.python.builtin.object Evaluate an expression within a context.