RDocumentation
Moon
Search all packages and functions
⚠️
There's a newer version (1.25) of this package.
Take me there.
Readme not available 😞
Copy Link
Copy
Link to current version
Version
Version
1.25
1.24
1.23
1.22
1.21
1.20
1.19
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11.1
1.11
1.10
1.9
1.8
1.7
1.6.0.9001
1.6.0.9000
1.6
1.4
1.3.1
1.3
1.2
1.1
1.0
0.9
0.8
0.7
Down Chevron
Install
install.packages('reticulate')
Monthly Downloads
255,353
Version
1.16
License
Apache License 2.0
Issues
434
Pull Requests
3
Stars
1,433
Forks
316
Repository
https://github.com/rstudio/reticulate
Maintainer
Kevin Ushey
Last Published
May 27th, 2020
Functions in reticulate (1.16)
Search functions
array_reshape
Reshape an Array
dict
Create Python dictionary
np_array
NumPy array
py_is_null_xptr
Check if a Python object is a null externalptr
py_has_attr
Check if a Python object has an attribute
py_get_item
Get an item from a Python object
py_install
Install Python packages
py
Interact with the Python Main Module
miniconda_path
Path to Miniconda
py_available
Check if Python is available on this system
py_config_error_message
Build Python configuration error message
py_config
Python configuration
py_del_item
Delete / remove an item from a Python object
py_capture_output
Capture and return Python output
py_unicode
Convert to Python Unicode Object
with.python.builtin.object
Evaluate an expression within a context.
miniconda_update
Update Miniconda
py_id
Unique identifer for Python object
py_help
Documentation for Python Objects
py_function_wrapper
Scaffold R wrappers for Python functions
py_run
Run Python code
py_discover_config
Discover the version of Python to use with reticulate.
py_versions_windows
Discover versions of Python installed on a Windows system
reticulate
R Interface to Python
source_python
Read and evaluate a Python script
py_get_attr
Get an attribute of a Python object
py_len
Length of Python object
py_set_seed
Set Python and NumPy random seeds
py_list_attributes
List all attributes of a Python object
register_help_topics
Register help topics
py_str
An S3 method for getting the string representation of a Python object
py_ellipsis
The builtin constant Ellipsis
py_save_object
Save and load Python objects with pickle
register_module_help_handler
Register a help handler for a root Python module
py_set_attr
Set an attribute of a Python object
py_set_item
Set an item for a Python object
py_iterator
Create a Python iterator from an R function
py_func
Wrap an R function in a Python function with the same signature.
py_suppress_warnings
Suppress Python warnings for an expression
py_function_custom_scaffold
Custom Scaffolding of R Wrappers for Python Functions
py_last_error
Get or clear the last Python error encountered
py_to_r_wrapper
R wrapper for Python objects
py_main_thread_func
Create a Python function that will always be called on the main thread
tuple
Create Python tuple
py_call
Call a Python callable object
repl_python
Run a Python REPL
register_suppress_warnings_handler
Register a handler for calls to py_suppress_warnings
use_python
Configure which version of Python to use
py_module_available
Check if a Python module is available on this system.
register_class_filter
Register a filter for class names
virtualenv-tools
Interface to Python Virtual Environments
r-py-conversion
Convert between Python and R objects
with-as-operator
Create local alias for objects in
with
statements.
eng_python
A reticulate Engine for Knitr
conda-tools
Interface to conda
iterate
Traverse a Python iterator or generator
as.character.python.builtin.bytes
Convert Python bytes to an R character vector
configure_environment
Configure a Python Environment
install_miniconda
Install Miniconda
import
Import a Python module
PyClass
Create a python class