Learn R Programming

bitfield (version 0.6.1)

bf_registry: Initiate a new registry

Description

Initiate a new registry

Usage

bf_registry(name = NULL, description = NULL)

Value

an empty registry that captures some metadata of the bitfield, but doesn't contain any flags yet.

Arguments

name

character(1)
the name of the bitfield.

description

character(1)
the description of the bitfield.

Examples

Run this code
reg <- bf_registry(name = "currentWorkflow",
                   description = "this is to document my current workflow so
                                 that I can share it with my colleagues
                                 alongside a publication.")

Run the code above in your browser using DataLab