int_to_bits: Convert the lower 'nbits' of an int32 into bit representation

Description Usage Arguments Value

View source: R/show-bits.R

Description

Convert the lower 'nbits' of an int32 into bit representation

Usage

1
int_to_bits(int32, nbits)

Arguments

int32

integer value

nbits

number of lower bits to keep

Value

vector of length nbits


coolbutuseless/exhibitionist documentation built on Nov. 4, 2019, 9:12 a.m.