Retrieve or set the provenance information expected by ohvbd.
Usage
ohvbd_db(x)
ohvbd_db(x) <- value
Arguments
- x
An object.
- value
The value to set the db to.
Value
The database identifier associated with an object (or NULL if missing).
Examples
ids <- ohvbd.ids(c(1,2,3), "vd")
ohvbd_db(ids)
#> [1] "vd"
ohvbd_db(ids) <- "vt"
ohvbd_db(ids)
#> [1] "vt"