r-py-conversion | R Documentation |
Convert between Python and R objects
r_to_py(x, convert = FALSE)
py_to_r(x)
x |
A Python object. |
convert |
Boolean; should Python objects be automatically converted
to their R equivalent? If set to |
An R object, as converted from the Python object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.