Description Usage Arguments Value Note Author(s) Examples
Vectorised over 'string', 'width' and 'pad'. This is an internal function doing the same thing of [stringr::str_pad] (except for parameters ''width'‘ and '’length'' which must be of length 1), but without depending on package 'stringi'.
1 |
string |
A character vector. |
width |
Minimum width of padded strings. |
side |
Side on which padding character is added (left, right or both). |
pad |
Single padding character (default is a space). |
A character vector.
License: GPL 3.0
Luigi Ranghetti, phD (2019) luigi@ranghetti.info
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.