lumpItems | R Documentation |
Helper function to concatenate multiple list items into a single list item
lumpItems(items, item.labs, list.obj, new.name)
items |
a vector of names from the list that you want to concatenate |
item.labs |
the labels you want to have boldly concatenated in the text. For example, give "Name(s):" and it will be bolded *Name(s): * and prepended to Item 1 text; supplying "" will not prepend any label to that item |
list.obj |
is the list object you want to work with |
new.name |
is the replacement name for combined text |
Specifically designed for lumping separate markdown/YAML entries (which are separated for end user continuity) into a single list item for the JSON output for the web; output is the supplied list.obj, with items removed and lumped with new.name
The condensed list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.