Description Usage Arguments Details Value See Also Examples
cc collapses text into a comma-separated list (the colloquial kind of
list). cc_or and cc_and insert "or" and "or"
before the last element.
1 2 3 4 5 6 7 8 |
... |
Character vectors or a |
oxford |
Whether to use the Oxford comma. |
The data.frame method is dispatched when the first argument in
... is a data.frame. It operates row-wise. If there are
subsequent arguments to cc they are be ignored.
A length-one character vector in which each element in ... is
separated by a comma (and a space).
cn for cc with (grammatical) number awareness
(like ngettext) and substitution (like sprintf)
1 2 3 4 5 6 7 8 9 |
[1] "hello, world"
[1] "one thing or another"
[1] "this, that and the other"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.