View source: R/clean_ggplot_axis_numbers.R
This code is a modified from this source code: https://stackoverflow.com/questions/28159936/formatting-large-currency-or-dollar-values-to-millions-billions
1 | clean_ggplot_axis_numbers(x, prefix = NULL)
|
x |
A numeric. |
prefix |
A character. This will be the leading symbol of the final value. Example being a $ symbol. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.