View source: R/pxweb_interactive.R
str_pad | R Documentation |
Pad a string to a fixed size
str_pad(txt, n = 5, pad = " ", type = "left")
txt |
a character vector to pad |
n |
final char width |
pad |
pad symbol |
type |
pad from 'left' or 'right'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.