.toDec {bitfield}R Documentation

Make an integer from a binary value

Description

Make an integer from a binary value

Usage

.toDec(x)

Arguments

x

character(1)
the binary value (character of 0s and 1s) for which to derive the integer.


[Package bitfield version 0.6.1 Index]