padding text to specified width
text_wrap default
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
string |
text to be wrapped |
width |
width text should have after padding; defaults to: max(nchar(string)) |
pad |
the character or character sequence to use for padding |
side |
one of: c("left", "right", "both", "l", "r", "b", 1, 2, 3) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.