format_num_d3 {vchartr} | R Documentation |
Format numbers with D3
Description
Format numbers with D3
Usage
format_num_d3(format, prefix = "", suffix = "", locale = "en-US")
Arguments
format |
Format for numbers, currency, percentage, e.g. |
prefix |
Character string to append before formatted value. |
suffix |
Character string to append after formatted value. |
locale |
Localization to use, for example |
Value
a JS
function.
Examples
library(vchartr)
[Package vchartr version 0.1.4 Index]