pad_left | R Documentation |
add left padding to a vector of values
pad_left(.x, .n, padding_char = "0")
.x |
vector |
.n |
total number of characters result should have |
padding_char |
padding char to use, defaults to 0 |
pad_left(1, 3) pad_left(c(1, 10, 100), 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.