isPass {readat}R Documentation

Is the value a pass

Description

Checks if a string is "PASS".

Usage

isPass(x)

Arguments

x

A character vector or factor.

Value

A logical vector, the same length as the input, which is TRUE whenever the input is the string "PASS". Missing values return FALSE.

Author(s)

Richard Cotton


[Package readat version 1.8.0 Index]