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
For example, the default are ard_continuous(mtcars, statistics = everything() ~ continuous_variable_summary_fns()). If a user were to change one variable like this:
Then the remaining variables would not have a summary functions assigned. So we could write a function that first processes what the user passes, and fills in any blanks with the default value. This will be helpful when users only want to change the default for one variable or type of variable, but would require evaluation of the default value each time. ¯\(ツ)/¯
The text was updated successfully, but these errors were encountered:
For example, the default are
ard_continuous(mtcars, statistics = everything() ~ continuous_variable_summary_fns())
. If a user were to change one variable like this:Then the remaining variables would not have a summary functions assigned. So we could write a function that first processes what the user passes, and fills in any blanks with the default value. This will be helpful when users only want to change the default for one variable or type of variable, but would require evaluation of the default value each time. ¯\(ツ)/¯
The text was updated successfully, but these errors were encountered: