benjaminrich / table1

79 stars 26 forks source link

Thousands seperator #42

Closed niekverw closed 3 years ago

niekverw commented 3 years ago

Hi, I was wondering if its possible to automatically separate thousands with a comma in the table1 function? Thanks!

benjaminrich commented 3 years ago

Try setting big.mark=",". table1() passes dots arguments (...) to formatC(), so that option should be available.