Description Usage Arguments Value Note See Also Examples
Shorten strings to strings with a fix width of characters
1 | fixWidthStr(str, nchar = 8, align = c("left", "right"))
|
str |
A vector of strings |
nchar |
The fixed with |
align |
Character, how to align
Strings with more or fewer characters than |
A vector of strings with fixed widths
NA
will be converted to characters and the same fixed width
will be applied. The behavior is different from shortenStr
,
where NA
is kept as it is.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.