View source: R/formatting_helpers.R
| format_arpu | R Documentation |
Format ARPU (Average Revenue Per User)
format_arpu(val, digits = 2)
val |
Numeric ARPU value |
digits |
Number of decimal places (default: 2) |
Formatted ARPU string
format_arpu(5.234) # "$5.23"
format_arpu(0.99) # "$0.99"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.