h_short_list | R Documentation |
This helper function makes a short list string, e.g. "a, b, ..., z"
out of a character vector, e.g. letters
.
h_short_list(x, sep = ", ", thresh = 3L)
x |
( |
sep |
( |
thresh |
( |
String with the short list.
h_short_list(letters)
h_short_list(letters[1:3])
h_short_list(LETTERS[1:5], sep = ";", thresh = 5L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.