Takes a vector and returns a comma-space separated string for printing.
1 | comma_vector(x, and = TRUE, oxford = TRUE)
|
x |
vector to paste together |
and |
boolean, whether an "and" should be inserted before the last element |
oxford |
boolean, whether to include an "Oxford comma" (before the "and") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.