dollar_cln <- scales::dollar_format(
prefix = "$",
suffix = "",
decimal.mark = ".",
big.mark = ",", scale = 1/1000000
)
comma_cln <- scales::comma_format(
suffix = "m",
decimal.mark = ".",
big.mark = ",", scale = 1/1000000
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.