with_order()
doesn't work with data frame order_by
#6334
Labels
bug
an unexpected problem or unintended behavior
with_order()
doesn't work with data frame order_by
#6334
An edge case, but an easy fix. Replace
seq_along()
withvec_seq_along()
inwith_order()
Created on 2022-07-15 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: