Open ParadaCarleton opened 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(:).
:
as.name(:)
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?
I'm having trouble passing the
:
operator from R to Julia -- just using:
creates an error, whileas.name(:)
results in it being interpreted asSymbol(:)
.