Convert between Python and R objects
# S3 method for collections.abc.MutableMapping
[[(x, name) <- value# S3 method for collections.abc.Mapping
[[(x, name)
# S3 method for collections.abc.MutableMapping
[(x, name) <- value
# S3 method for collections.abc.Mapping
[(x, name)
# S3 method for collections.abc.Mapping
names(x)
# S3 method for collections.abc.Set
py_to_r(x)
# S3 method for pandas.core.indexes.base.Index
py_to_r(x)
# S3 method for collections.abc.KeysView
py_to_r(x)
# S3 method for collections.abc.Mapping
py_to_r(x)
A Python object.
A name
A value
An R object, as converted from the Python object.