enter image description hereI am using the library reticulate to run some python code in RStudio. The syntax to call an R object in a python chunk is : r.object. Unfortunatly I have this error message when calling my r.object in the python code portion... (screenshot below). Also I am running my code on an rstudio instance on an amazon cloud (should not pose a problem...) Do not really understand why...
Thanks in advance for helping :)
You will also find the R code portion that comes right before i run the python chunk enter image description here