is.na.bit {bit}R Documentation

Test for NA in bit and bitwhich

Description

Test for NA in bit and bitwhich

Usage

## S3 method for class 'bit'
is.na(x)

## S3 method for class 'bitwhich'
is.na(x)

Arguments

x

a bit or bitwhich vector

Value

vector of same type with all elements FALSE

Functions

See Also

is.na

Examples

is.na(bit(6))
is.na(bitwhich(6))

[Package bit version 4.0.5 Index]