![[Experimental]](figures/lifecycle-experimental.svg)
This helper function makes a short list string, e.g. "a, b, ..., z"
out of a character vector, e.g. letters
.
Arguments
- x
(character
)
input which should be listed.
- sep
(string
)
separator to use.
- thresh
(count
)
threshold to use, if the length of x
is larger
then the list will be shortened using the ...
ellipsis.
Value
String with the short list.