comma_and | R Documentation |
Generate a list of text grammatically correctly
comma_and(x, oxford_comma = TRUE, conjunction = "and")
x |
a vector to be put into a list. |
oxford_comma |
Should the Oxford comma be used? |
conjunction |
The conjunction to use (without spaces).
|
A character string of the vector input separated by commas and the word "and" as appropriate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.