Thanks to the creator of the modelsummary package from a newbie.
I'm calling datasummary_df to print descriptive statistics in an RMarkdown table, and would like no significant digits in some columns and two significant digits in others. Datasummary_df has only a single fmt parameter, but this helpful question has a solution for that when calling modelsummary functions on models. I'm not sure how to apply that answer when calling the function that just prints a dataframe (datasummary_df) instead of working with models.
I'm also hoping to allow the column titles to wrap, but am unsure how to do that.
Can anyone point me in the right direction? Many thanks.