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
Some of the modify functions include a modify_header(update=) argument that takes a list of instructions.
How to make it a non-breaking change, so users can pass things like, modify_header(age = "Age", all_stat_cols() ~ "{level}") as ... arguments. The recent updates to .formula_to_named_list() should make this easier to process.
The text was updated successfully, but these errors were encountered:
Some of the modify functions include a
modify_header(update=)
argument that takes a list of instructions.How to make it a non-breaking change, so users can pass things like,
modify_header(age = "Age", all_stat_cols() ~ "{level}")
as...
arguments. The recent updates to.formula_to_named_list()
should make this easier to process.The text was updated successfully, but these errors were encountered: