a character string containing a valid python variable name
value
an R object whose equivalent wants to be assigned to the variable in python
...
other arguments passed to the internal toJSON function call
Value
Function python.get returns a R version of the Python variable py.var.
Details
These functions can assign values to variables in Python as well as get their values back to R.
Objects are serialized as json strings while being transferred between R and Python.