adorn_ns() on grouped data.frame prints repeated message
Closed this issue · 0 comments
sfirke commented
I ran adorn_ns()
with custom Ns to put on a data.frame of means. The data.frame was still grouped and I got a message three times:
`mutate_all()` ignored the following grouping variables:
Column `stu_race`
Use `mutate_at(df, vars(-group_cols()), myoperation)` to silence the message.
Due to changes in dplyr. This should be silenced.