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
In the example below I would have expected min_grid() to return rows arranged by the non-submodel parameter min_n, instead it seems to be doing: first rows with something in .submodels, then the rest. Not sure it's worth looking into this but wanted to make a note since it's different from the behavior of tidyr::nest().
In the example below I would have expected
min_grid()
to return rows arranged by the non-submodel parametermin_n
, instead it seems to be doing: first rows with something in.submodels
, then the rest. Not sure it's worth looking into this but wanted to make a note since it's different from the behavior oftidyr::nest()
.Created on 2025-02-28 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: