| sig_pad | R Documentation |
Format to significant digits and pad to equal string width
sig_pad(x, sig = 3L, na = NA_character_)
x |
Numeric vector. |
sig |
Integer >= 1. Significant digits. |
na |
Character to use for NA values. |
Character vector with equal nchar (non-NA values), left-padded with spaces.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.