Helper function to format an enumeration.
enum(..., conjunction = "and", oxford = TRUE)
one or more objects, converted to characters
character
, final conjunction
logical
, oxford comma?
enum(letters[1:2])
#> [1] "a and b"
enum(letters[1:3])
#> [1] "a, b, and c"