Learn R Programming

bit (version 4.5.0)

.BITS: Initializing bit masks

Description

Functions to allocate (and de-allocate) bit masks

Usage

.BITS

bit_init()

bit_done()

Arguments

Format

An object of class integer of length 1.

Author

Jens Oehlschlägel

Details

The C-code operates with bit masks. The memory for these is allocated dynamically. bit_init is called by .First.lib and bit_done is called by .Last.lib. You don't need to care about these under normal circumstances.

See Also

bit

Examples

Run this code

  bit_done()
  bit_init()

Run the code above in your browser using DataLab