r-py-conversion | R Documentation |
Convert between Python and R objects
## S3 replacement method for class 'collections.abc.MutableMapping'
x[[name]] <- value
## S3 method for class 'collections.abc.Mapping'
x[[name]]
## S3 replacement method for class 'collections.abc.MutableMapping'
x[name] <- value
## S3 method for class 'collections.abc.Mapping'
x[name]
## S3 method for class 'collections.abc.Mapping'
names(x)
## S3 method for class 'collections.abc.Set'
py_to_r(x)
## S3 method for class 'pandas.core.indexes.base.Index'
py_to_r(x)
## S3 method for class 'collections.abc.KeysView'
py_to_r(x)
## S3 method for class 'collections.abc.Mapping'
py_to_r(x)
x |
A Python object. |
name |
A name |
value |
A value |
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.