Not sure what to do, but currently ``` r stringr::str_flatten(letters[1:2], ", ", ", and ") #> [1] "a, and b" ``` <sup>Created on 2022-06-27 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)</sup>