subugoe / hoad

Deprecated: Please check https://github.com/subugoe/hoaddash
https://github.com/subugoe/hoaddash
GNU Affero General Public License v3.0
15 stars 4 forks source link

factor out big.mark and other number formatting #219

Open maxheld83 opened 4 years ago

maxheld83 commented 4 years ago

there's lots of number formatting in different places; this should be factored out to one simple function.

Since this is just about the presentation of numbers, it should ideally be set once for the entire package, and not have to be called inside the plotting functions etc.

Perhaps we can just overwrite the S3 default method and that'll do the trick.