Description Usage Arguments Value Examples
Enumerate elements in a numbered list.
1 | enum_numbered(xs, init = 1)
|
xs |
a vector of elements to be enumerated |
init |
initial number to begin enumeration |
a character string enumerating the elements in a numbered list
1 2 | enum_numbered(1:3) #=> "1. 1\n2. 2\n3. 3"
enum_numbered(1:3, init = 10) #=> "10. 1\n11. 2\n12. 3"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.