kaz-yos / tableone

R package to create "Table 1", description of baseline characteristics with or without propensity score weighting
https://cran.r-project.org/web/packages/tableone/index.html
218 stars 41 forks source link

Comma thousands separator for table1 output #67

Closed ldbruce-2018 closed 4 years ago

ldbruce-2018 commented 4 years ago

Hi, can you post an example of how to use the comma (big.mark) thousands separator for the table1 function?

ndevln commented 4 years ago

There is a workaround in #23. You need just to load the packages tidyverse and scales.

ldbruce-2018 commented 4 years ago

Thanks a million!