crsh / papaja

papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facilitate reporting statistics, tables, and plots.
https://frederikaust.com/papaja_man/
Other
657 stars 133 forks source link

`apa_num.integer()` ignores `big.mark` #586

Open mariusbarth opened 6 months ago

mariusbarth commented 6 months ago

Describe the bug apa_num.integer() ignores big.mark

To Reproduce

 apa_num(7000L, big.mark = ",")

returns "7000"

Expected behavior Should return "7,000".