relocate()
drops attributes attached to bare data frames
#6341
Labels
bug
an unexpected problem or unintended behavior
Since this is mainly just using
x[i]
it should be usingdplyr_col_select()
internally, which patches the[
method of base R data frames and data.table objects to retain attributesSince
mutate()
also usesrelocate()
, that should fix the same kind of issue that comes frommutate()
+.before
The text was updated successfully, but these errors were encountered: