You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems function arguments are stored as pairlists. To get the names of the elements in R you can use names(args). Is there a way to call names from Julia on the pairlist object? It has type RObject{LangSxp}.
I'm trying to convert R code to Julia and ran into the following problem while trying to extract the arguments from a function expression:
How do I extract the function argument
x
as a symbol?The text was updated successfully, but these errors were encountered: