listify | R Documentation |
listify
reformats list objects as unordered HTML lists.
listify(nested_list)
nested_list |
A list object containing a combination of strings or lists. Each string element of the list is reformatted as a bullet in an unordered list. Each list object element is treated as a nested unordered list, which will possess a different bullet type. |
This function is for internal package use. It creates a string in HTML format
that renders an unordered list when provided with a list
object.
An html-formatted list
Ryden Butler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.