list_string | R Documentation |
Create a string out of the strings in vec, by glueing together with commas and placing 'and' before the last one
list_string(vec)
vec |
Character vector |
A string with the items of vec glued together using commas, with 'and' place before the last one
library(gfutilities)
list_string("One")
list_string(c("One", "two"))
list_string(c("One", "two", "three", "four"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.