Learn R Programming

bitfield (version 1.0.0)

registry-class: Bit registry class (S4) and methods

Description

A registry stores metadata and flag configuration of a bitfield.

Arguments

Slots

name

character(1)
short name of the bitfield.

version

character(1)
automatically created version tag of the bitfield. This consists of the package version, the version of R and the date of creation of the bitfield.

md5

character(1)
the MD5 checksum of the bitfield as determined with md5sum.

description

character(1)
longer description of the bitfield.

template

list(.)
structural metadata for encoding/decoding, including: type ("data.frame" or "SpatRaster"), width (total bits), length (number of observations/cells), and for rasters: nrows, ncols, extent, crs.

flags

list(.)
list of flags in the registry.