Description Usage Arguments Value Examples
Enumerate elements inline.
1 | enum_inline(xs, sep = ",")
|
xs |
a vector of elements to be enumerated |
sep |
a character string to separate the elements |
a character string enumerating the elements
1 2 3 | enum_inline(1:2) #=> "1 and 2"
enum_inline(1:3) #=> "1, 2, and 3"
enum_inline(1:3, sep = ";") #=> "1; 2; and 3"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.