.oxford | R Documentation |
Create a List with a Serial Comma
.oxford(
...,
cnj = c("or", "and"),
quote = c("single", "fancysingle", "double", "fancydouble", "none")
)
... |
A character vector to join |
cnj |
Conjunction to use for final entry |
quote |
Quote the entries of
|
...
arranged into an English list with a serial comma
when needed
sQuote
.oxford('cell')
.oxford('cell', 'ident')
.oxford('cell', 'ident', 'gene')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.