powered by
Wrapper around glue_collapse() using sep = ", " and last = " and " as default arguments.
glue_collapse()
sep = ", "
last = " and "
enumerate(x, sep = ", ", last = " and ")
A character string with the same class as x.
x
A character vector.
Separator used to separate the terms.
Separator used to separate the last two items if x has at least 2 items.
aut <- Plume$new(encyclopedists) enumerate(aut$get_author_list())
Run the code above in your browser using DataLab