Description Usage Arguments Details Value Author(s)
Elide character vector
1 |
string |
String subject to eliding |
width |
Width including eliding ... of return string |
where |
Eliding can happen at 'left', 'middel', or 'right'. Defaults to 'right'. |
force |
Elide, even is <string> is shorter than <width>. Default to 'FALSE'. |
Elide a string to <width>. Eliding can happen at 'left', 'middle', or 'right'. #' If forcing = FALSE, which is the default, strings shorten than <width> are returend unaltered; forcing = TRUE inserts eliding symbols (...) in any case.
Elided 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.