WillemSleegers / tidystats-v0.3

R package to produce a tidy output file of statistical models.
Other
22 stars 2 forks source link

Add option to indicate number of decimals when saving results to disk #57

Closed WillemSleegers closed 6 years ago

WillemSleegers commented 6 years ago

New feature request!

WillemSleegers commented 6 years ago

Turns out, determining the correct number of digits is hard. Instead, write_stats() now uses the prettyNum() function, which makes most of the numbers very pretty; that seems right.