View source: R/formatting_helpers.R
| format_users | R Documentation |
Format user counts (DAU/MAU/WAU)
format_users(val)
val |
Numeric value to format as user count |
Formatted user count string
format_users(1234567) # "1.2M"
format_users(1234) # "1.2K"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.