Make a bit flag from an integer
.makeFlag(x, len = NULL, rev = FALSE)
integerish(1)
the integer for which to derive the
binary representation (bit flags).
integerish(1)
the number of bit flags.
logical(1)
whether or not to revert the direction
of how the bit flag is returned.
Wrapper around intToBits
.