Learn R Programming

bit (version 4.6.0)

bitwhich_representation: Diagnose representation of bitwhich

Description

Diagnose representation of bitwhich

Usage

bitwhich_representation(x)

Value

a scalar, one of logical(), FALSE, TRUE, -1 or 1

Arguments

x

a bitwhich() object

Examples

Run this code
bitwhich_representation(bitwhich())
bitwhich_representation(bitwhich(12, FALSE))
bitwhich_representation(bitwhich(12, TRUE))
bitwhich_representation(bitwhich(12, -3))
bitwhich_representation(bitwhich(12, 3))

Run the code above in your browser using DataLab