Re-check

  1. Run check() to document(), load_all(), test() and validate all the changes applied.
check()

str_split_one("a, b, c", pattern = ", ")
# [1] "a" "b" "c"