How to access variable from Julia chunk in R #5607
Unanswered
DominiqueMakowski
asked this question in
Q&A
Replies: 3 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @mcanouil Unfortunately the proposed solutions don't seem to work: If I do: ```{julia} ```{r} it throws:
|
Beta Was this translation helpful? Give feedback.
7 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Imagine I have these two chunks:
How can I access the variables in the Julia workspace? I know the JuliaCall package allows for some inter-operability, but here I don't want to execute a Julia command in R, rather access a variable already created in the Julia workspace. Thanks!
Note: Markdown doesn't render but the first chunk is defined as ```{julia} ... and the second as ```{r} ...
Beta Was this translation helpful? Give feedback.
All reactions