Learn R Programming

bitfield (version 1.0.0)

.toDec: Make an integer from a binary value

Description

Make an integer from a binary value

Usage

.toDec(x)

Arguments

x

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