tbl_summary()
update for ordered factors and other class handling
#569
Milestone
tbl_summary()
update for ordered factors and other class handling
#569
tbl_summary()
accepts ordered factors, but in a hacky way: we replace the ordered factor with a non-ordered factor.The downside to this approach is that the label is stripped from the column, and it's not clean code.
I would eventually like to update so that all data types are accepted, including ordered factors. The following steps would need to be taken.
The text was updated successfully, but these errors were encountered: