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
Even with lazy_dt(..., immutable = FALSE), a copy() is triggered by rename() and rename_with(). I would expect them to modify in place, like mutate() and relocate().
Even with
lazy_dt(..., immutable = FALSE)
, acopy()
is triggered byrename()
andrename_with()
. I would expect them to modify in place, likemutate()
andrelocate()
.Created on 2025-02-27 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: