Learn R Programming

bit (version 4.5.0)

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

Description

Test for NA in bit and bitwhich

Usage

# S3 method for bit
is.na(x)

# S3 method for bitwhich is.na(x)

Value

vector of same type with all elements FALSE

Arguments

x

a bit or bitwhich vector

Functions

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

See Also

Examples

Run this code
is.na(bit(6))
is.na(bitwhich(6))

Run the code above in your browser using DataLab