Description Usage Arguments Value
Collapses a list of strings but limits the number of strings collapsed to max_n
1 | str_collapse(str_list, len, max_n = 2)
|
len |
An integer. Length over which to use only the first max_n strings. |
max_n |
An integer. Maximum number of strings to collapse. |
A string which is a comma separated list of collapsed strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.