JuliaCall icon indicating copy to clipboard operation
JuliaCall copied to clipboard

Passing a `:` argument from R to Julia

Open ParadaCarleton opened this issue 4 years ago • 1 comments

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

ParadaCarleton avatar Jul 22 '21 00:07 ParadaCarleton

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?

Non-Contradiction avatar Jul 24 '21 16:07 Non-Contradiction