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

Option in pretty_num to show the entirety of a large number #100

Open
seth-price-dfe opened this issue Dec 12, 2024 · 0 comments
Open

Option in pretty_num to show the entirety of a large number #100

seth-price-dfe opened this issue Dec 12, 2024 · 0 comments

Comments

@seth-price-dfe
Copy link

At the moment pretty_num always outputs a large number with a word suffix, e.g.:

pretty_num(567812343223, gbp = TRUE)
"£568 billion"

But there isn't a way to get the whole number. Can there be an option to display the number as passed to the function, e.g.:

pretty_num(567812343223, gbp = TRUE, abbreviate = FALSE)
"£567,812,343,223"

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

No branches or pull requests

1 participant