Description Usage Arguments Value Author(s)
Pad string to desired width
1 |
string |
String to pad |
width |
Desired width of padded string |
where |
Padding can be inserted to the right or left of <string>. Default to 'right'. |
padding |
A single character with with the padding space is filled. Defaults to blank ' ' yielding invisible padding. |
autoelide |
If TRUE, <string> is elided if it is wider than <width>. The position of eliding follows <where>. Defaults to FALSE. |
Padded string of length <width>.
Wolfgang Mader, Wolfgang.Mader@fdm.uni-freiburg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.