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
In the above example, if a new argument like alias is introduced, a named character vector would give fixed names to dynamically determined symbols, which makes it much easier to use them in j.
Some new problems may occur such as when x or y are already defined in dt. But the syntax looks much cleaner if the dynamic symbols can be determined outside dt.
The text was updated successfully, but these errors were encountered:
Using dynamically determined symbol in
j
can be quite annoying (as discussed in #633, #2589).I'm not sure if the following idea makes sense, which seems easier to implement and nicer to look at for me.
In the above example, if a new argument like
alias
is introduced, a named character vector would give fixed names to dynamically determined symbols, which makes it much easier to use them inj
.Some new problems may occur such as when
x
ory
are already defined indt
. But the syntax looks much cleaner if the dynamic symbols can be determined outsidedt
.The text was updated successfully, but these errors were encountered: