powered by
Enumerate multiple elements of a vector or list.
enumerate(x, quote_fun = backquote, conjunction = "and")
A character vector
character
A vector or list
Quoting function, defaults to backquote. If set to NULL, the elements are not quoted.
backquote
NULL
Character to be used in the message, defaults to "and".
"and"
Helpers for working with Quotes and Quoting: backquote(), dquote(), squote()
backquote()
dquote()
squote()
enumerate(c("one", "two", "three")) enumerate(c(1, 2, 3), quote_fun = NULL)
Run the code above in your browser using DataLab