R/bulleted_list.r
bulleted_list.Rd
Concatenate string items to form a bulleted list.
bulleted_list(x)
vector of strings
Brighton Pauli, 2022.
bulleted_list(c("a", "b", "c")) #> [1] "* a\n* b\n* c\n"