library(Rboretum)
character_vector <- c('a','b','c')
vectorSemi(character_vector)
character_list <- list(c('a','b','c'),c('d','e','f'))
vectorSemi(character_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.