You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often in published work we need to write 12345 as 12,345.
The way I do this by hand is with prettyNum: prettyNum(12345, big.mark = ','). But as it stands I have to clean this up in the post-up when using texreg. I suppose it's possible to add a prettyNum argument to extract methods to handle this.
The text was updated successfully, but these errors were encountered:
Often in published work we need to write 12345 as 12,345.
The way I do this by hand is with
prettyNum
:prettyNum(12345, big.mark = ',')
. But as it stands I have to clean this up in the post-up when usingtexreg
. I suppose it's possible to add aprettyNum
argument toextract
methods to handle this.The text was updated successfully, but these errors were encountered: