R/punctuate.R
ps_punctuate.Rd
Punctuate
ps_punctuate(x, qualifier = "or")
A vector to punctuate
A string to separate the last element.
A string.
ps_punctuate(1:3) #> [1] "1, 2 or 3"