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
If I perform an operation on an empty rowwise data frame, I would expect the result to be an empty data frame as well. Its similar to a for loop being skipped when the vector of indices is empty.
If I do this on a rowwise tibble with zero rows, it behaves as expected:
If I perform an operation on an empty rowwise data frame, I would expect the result to be an empty data frame as well. Its similar to a for loop being skipped when the vector of indices is empty.
If I do this on a rowwise tibble with zero rows, it behaves as expected:
This does not work for list columns
I would instead expect a return value like
I tested this issue with dplyr, commit d56404c
The text was updated successfully, but these errors were encountered: