You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a character vector is collapsed, I would like an argument to pass along a string to use to separate the last two items (when they are at least two elements in the character vector). At this moment "and" is used and I cannot find a way to change it. The expected behavior would be similar to glue::glue_collapse().
Hello,
When a character vector is collapsed, I would like an argument to pass along a string to use to separate the last two items (when they are at least two elements in the character vector). At this moment "and" is used and I cannot find a way to change it. The expected behavior would be similar to glue::glue_collapse().
For example:
changed to:
The current work around is, which works but isn't elegant:
Thank you.
The text was updated successfully, but these errors were encountered: