View source: R/formatting_helpers.R
| format_downloads | R Documentation |
Format download counts with appropriate suffixes
format_downloads(val)
val |
Numeric value to format as downloads |
Formatted download count string
format_downloads(1234567) # "1.2M"
format_downloads(1234567890) # "1.2B"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.