ohvbd_db: Database provenance

View source: R/class_methods.R

ohvbd_dbR Documentation

Database provenance

Description

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

Author(s)

Francis Windram

See Also

Internal attributes

Examples

ids <- ohvbd.ids(c(1,2,3), "vd")
ohvbd_db(ids)

ohvbd_db(ids) <- "vt"
ohvbd_db(ids)


ohvbd documentation built on March 10, 2026, 1:07 a.m.