enumerate {admiraldev} | R Documentation |
Enumerate Multiple Elements
Description
Enumerate multiple elements of a vector or list.
Usage
enumerate(x, quote_fun = backquote, conjunction = "and")
Arguments
x |
A vector or list |
quote_fun |
Quoting function, defaults to |
conjunction |
Character to be used in the message, defaults to |
Value
A character
vector
See Also
Helpers for working with Quotes and Quoting:
backquote()
,
dquote()
,
squote()
Examples
enumerate(c("one", "two", "three"))
enumerate(c(1, 2, 3), quote_fun = NULL)
[Package admiraldev version 1.1.0 Index]