Historically when I need to move a datframe in Python to R, I have converted them in Python to a csv file df.to_csv("data.csv") and then imported the
df.to_csv("data.csv")