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
I can't find a way to set certain list elements to NULL with modify_if(). Any approach I've tried either removes the elements (which seems weird, because I thought modify_*() was size-stable) or creates an extra layer of list-nesting. This may be related to some other issues around pluck-y assignment and modify, such as #636, #634.
I can't find a way to set certain list elements to
NULL
withmodify_if()
. Any approach I've tried either removes the elements (which seems weird, because I thoughtmodify_*()
was size-stable) or creates an extra layer of list-nesting. This may be related to some other issues around pluck-y assignment and modify, such as #636, #634.Created on 2020-02-12 by the reprex package (v0.3.0.9001)
The text was updated successfully, but these errors were encountered: