is.na.bit: Test for NA in bit and bitwhich

View source: R/bit.R

is.na.bitR 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

  • is.na(bitwhich): method for is.na() from bitwhich()

See Also

is.na()

Examples

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

bit documentation built on April 4, 2025, 3:09 a.m.