Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adorn_ns - add big.mark for large numbers (1,000 vs 1000 OR 1B vs 1000000000) #459

Closed
Chanelle280 opened this issue Sep 17, 2021 · 1 comment

Comments

@Chanelle280
Copy link

Feature requests

The feature would make adding a big.format to large numbers much easier.

Brief description of the problem

I'm trying to add a comma to large number but I'm very confused as to how to do this.

adorn_totals(where = "row") %>%
adorn_percentages("col") %>%
adorn_pct_formatting(digits = 1) %>%
adorn_ns(position = "front", big.format = ",")

@sfirke
Copy link
Owner

sfirke commented Dec 9, 2021

Will be addressed in #444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants