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
Because input and output of modify_depth have now to be the same, some powerful feature was lost.
Let's say we want unique values of data-frame columns stored in a list. With the newest purrr release, we have to repeat map n times, whereas in previous releases, at_depth(n, ...) did the job .
With modify_depth, the result is no more what we expect. Here is an example with only one data.frame in the list :
Hello,
Because input and output of modify_depth have now to be the same, some powerful feature was lost.
Let's say we want unique values of data-frame columns stored in a list. With the newest purrr release, we have to repeat map n times, whereas in previous releases, at_depth(n, ...) did the job .
With modify_depth, the result is no more what we expect. Here is an example with only one data.frame in the list :
I understand the purpose of modify_depth, but maybe it should not replace at_depth?
(they could coexist?)
The text was updated successfully, but these errors were encountered: