Learn R Programming

⚠️There's a newer version (1.38.0) of this package.Take me there.

reticulate (version 0.7)

R Interface to Python

Description

R interface to Python modules, classes, and functions. When calling into Python R data types are automatically converted to their equivalent Python types. When values are returned from Python to R they are converted back to R types. Compatible with all versions of Python >= 2.7.

Copy Link

Version

Install

install.packages('reticulate')

Monthly Downloads

233,116

Version

0.7

License

Apache License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

JJ Allaire

Last Published

March 14th, 2017

Functions in reticulate (0.7)

py_config

Python configuration
py_get_attr

Get an attribute of a Python object
register_help_topics

Register help topics
register_suppress_warnings_handler

Register a handler for calls to py_suppress_warnings
iterate

Traverse a Python iterator or generator
py_available

Check if Python is available on this system
py_unicode

Convert to Python Unicode Object
r-py-conversion

Convert between Pyton and R objects
reticulate

R Interface to Python
tuple

Create Python tuple
py_has_attr

Check if a Python object has an attribute
py_is_null_xptr

Check if a Python object is a null externalptr
py_str

An S3 method for getting the string representation of a Python object
py_call

Call a Python callable object
py_capture_output

Capture and return Python output
py_list_attributes

List all attributes of a Python object
py_module_available

Check if a Python module is available on this system.
use_python

Configure which version of Python to use
with-as-operator

Create local alias for objects in
py_suppress_warnings

Suppress Python warnings for an expression
with.python.builtin.object

Evaluate an expression within a context.
dict

Create Python dictionary
import

Import a Python module
py_run

Run Python code
py_set_attr

Set an attribute of a Python object