Make a binary value from an integer
.toBin(x, len = NULL, pad = TRUE)numeric(.)
numeric vector for which to derive the
binary values.
integerish(1)
the number of bits used to capture
each value. If NULL, computed from the maximum value.
logical(1)
whether to pad the binary values with
leading zeros to equal width.