| formatMinWidth | R Documentation |
Special values ('NaN', 'Inf', '-Inf', '0') are shown as-is; 'NA' uses 'naValue'.
formatMinWidth(x, digits = 3, naValue = "NA")
x |
The numeric vector to convert |
digits |
The number of significant digits to show |
naValue |
The value to return if 'is.na(x)' |
A character vector converting the numbers with minimum width
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.