bf_registry: Initiate a new registry

View source: R/bf_registry.R

bf_registryR Documentation

Initiate a new registry

Description

Initiate a new registry

Usage

bf_registry(name = NULL, description = NULL)

Arguments

name

character(1)
the name of the bitfield.

description

character(1)
the description of the bitfield.

Value

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

Examples

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.")

bitfield documentation built on June 9, 2025, 5:09 p.m.