powered by
Collapsing a character vector of length n, to a character vector of length 1.
character
# S3 method for character enumerate(x, ...)
character vector of length 1, with elements separated by a comma except for the last element which is prepended by "and".
character vector
further arguments passed to or from other methods.
enumerate("apples") enumerate(c("apples", "oranges")) enumerate(c("apples", "oranges", "pears"))
Run the code above in your browser using DataLab