Learn R Programming

⚠️There's a newer version (0.3.9) of this package.Take me there.

binaryLogic (version 0.3.2)

Binary Logic

Description

Convert to binary numbers (Base2). Shift, rotate, summary. Based on logical vector.

Copy Link

Version

Install

install.packages('binaryLogic')

Monthly Downloads

18

Version

0.3.2

License

GPL-3 + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Daniel Dörrhöfer

Last Published

January 19th, 2016

Functions in binaryLogic (0.3.2)

shiftRight

Binary Right Shift (>>)
bytesNeeded

Minimum number of "byte" needed to hold n "bit"
Ops.binary

Group Generic Ops
print.binary

Print method for binary number.
binSeq

Binary sequence
byte

A simple helper function to return the size of one byte
is.binary

is Binary Vector
binaryPrefix

Binary prefix (KiB,MiB,..)
loadAttributes

loadAttributes Helper function load Attributes
fillUpToBit

Fill up to bit (000..)
fillUpToByte

Fill up to Byte (00000000..)
saveAttributes

saveAttributes Helper function save Attributes
negate

Binary Negation (!)
as.binary

as binary digit.
binary

Binary digit.
binaryLogic

Binary Logic GNU R Package
summary.binary

Summary method for binary number.
switchEndianess

Switch Endianess.
binAdd

Binary Addition (+)
rotate

Rotate no carry ()
shiftLeft

Binary Left Shift (<<)