isPass {readat} | R Documentation |
Checks if a string is "PASS".
isPass(x)
x |
A character vector or factor. |
A logical vector, the same length as the input, which is TRUE
whenever the input is the string "PASS". Missing values return FALSE
.
Richard Cotton