Description Usage Arguments Examples
This function allows you to easily enumerate content of a vector to one long string, including an "and" at the end.
1 | enumerate(itemvector, german = F, oxford = F)
|
german |
Default==F If set to True enumerate() prints "und" instead of "and". |
oxford |
Default==F If set to True enumerate() includes an oxford comma. |
itemsvector |
Your vector to be enumerated. |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.