slick_list | R Documentation |
Convert a list of tags into a list that slickR can render
slick_list(...)
... |
Elements to convert |
tagList
tagList, tags
Other html:
slick_div()
img1 <- htmltools::img(src = nba_player_logo$uri[1]) img2 <- htmltools::img(src = nba_player_logo$uri[2]) slick_list(img1,img2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.