r-py-conversion: Convert between Python and R objects

Description Usage Arguments Value

Description

Convert between Python and R objects

Usage

1
2
3
r_to_py(x, convert = FALSE)

py_to_r(x)

Arguments

x

A Python object.

convert

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.

Value

An R object, as converted from the Python object.


merlingrace/reticulate1 documentation built on Nov. 4, 2019, 6:25 p.m.