padString | R Documentation |
Padd a character vector
padString(x, width, padding = " ")
x |
The character vector |
width |
The width to pad to |
padding |
The character to pad with |
x
with padding appended to each element
padString(
c("One",
"Two",
"Three"
),
width = 7
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.