File: equal.md

package info (click to toggle)
r-cran-stringr 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,112 kB
  • sloc: javascript: 11; sh: 9; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
# vectorised using TRR

    Code
      str_equal(letters[1:3], c("a", "b"))
    Condition
      Error in `str_equal()`:
      ! Can't recycle `x` (size 3) to match `y` (size 2).