pad | R Documentation |
Short call to stringi::stri_pad.
pad( str, pad = " ", width = floor(0.9 * getOption("width")), side = c("left", "right", "both"), use_length = FALSE )
str |
String to pad (character) |
pad |
String to use as prefix/suffix when padding |
width |
Maxiaml Length (number of characters) of pad copies to add to str. |
side |
On which end to append pad |
use_length |
See stringi::stri_pad |
pad
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.