How to use an object created in Python in an R script and vice versa? #5348
Unanswered
cordeiroitamar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not a Positron developer so take this with a grain of salt, but I am under the impression that Positron does not have any special functionality to do this. There are libraries that do something like this, though, the most popular (from what I understand) being the R package reticulate. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose a DataFrame created in R:
Is it possible to call this object in a Python script to work with it?
And the opposite? If I create an object in Python, how can I call it in an R script?
Beta Was this translation helpful? Give feedback.
All reactions