Description Usage Arguments Value Examples
View source: R/golem_utils_ui.R
Turn an R list into an HTML list
1  | list_to_li(list, class = NULL)
 | 
list | 
 An R list  | 
class | 
 a class for the list  | 
an HTML list
1  | list_to_li(c("a","b"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.