Elide character vector
strelide(string, width, where = "right", force = FALSE)
String subject to eliding
Width including eliding ... of return string
Eliding can happen at 'left', 'middel', or 'right'. Defaults to 'right'.
Elide, even is <string> is shorter than <width>. Default to 'FALSE'.
Elided string of length <width>.
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.