JuliaCall
JuliaCall copied to clipboard
Passing a `:` argument from R to Julia
I'm having trouble passing the : operator from R to Julia -- just using : creates an error, while as.name(:) results in it being interpreted as Symbol(:).
Thanks for the feedback!
Is there more information such as minimal working example? What kind of : operator are we trying to pass from R to Julia?