Description Usage Arguments Examples
Pad a vector of character strings with a single character to a set length
1 | padChar(string, padlen, filler = "0", padSide = "left")
|
string |
A single string or vector of strings |
padlen |
The desired length of the padded string |
filler |
A single character that will be used to pad the string |
padSide |
Which side of the string will be padded, default to 'left' all other values are treated as a right side padding. |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.