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
Assigning to a composed filter_l + index_l generates an error. Seems that assigning into an empty subset and assigning into an empty dataframe are handled differently, e.g.,
# for empty index id[i,cols] <-NA# worksd[i,][,cols] <-NA# doesn't work
Submitted a simple PR — #32 — to perform the assignment only if the set of rows is non-empty.
The text was updated successfully, but these errors were encountered:
Assigning to a composed
filter_l
+index_l
generates an error. Seems that assigning into an empty subset and assigning into an empty dataframe are handled differently, e.g.,Submitted a simple PR — #32 — to perform the assignment only if the set of rows is non-empty.
The text was updated successfully, but these errors were encountered: