dwww Home | Show directory contents | Find package

# can't use boundaries

    Code
      str_subset(c("a", "b c"), "")
    Condition
      Error in `str_subset()`:
      ! `pattern` can't be the empty string (`""`).
    Code
      str_subset(c("a", "b c"), boundary())
    Condition
      Error in `str_subset()`:
      ! `pattern` can't be a boundary.

Generated by dwww version 1.15 on Wed May 22 12:55:58 CEST 2024.