bf_registry {bitfield} | R Documentation |
Initiate a new registry
Description
Initiate a new registry
Usage
bf_registry(name = NULL, description = NULL)
Arguments
name |
|
description |
|
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.")
[Package bitfield version 0.6.1 Index]