JuliaInterop / JuliaCall

Embed Julia in R
https://non-contradiction.github.io/JuliaCall/index.html
Other
267 stars 36 forks source link

Passing a `:` argument from R to Julia #171

Open ParadaCarleton opened 3 years ago

ParadaCarleton commented 3 years ago

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(:).

Non-Contradiction commented 3 years ago

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?