Learn R Programming

ohvbd (version 1.0.0)

ohvbd_db: Database provenance

Description

Retrieve or set the provenance information expected by ohvbd.

Usage

ohvbd_db(x)

ohvbd_db(x) <- value

Value

The database identifier associated with an object (or NULL if missing).

Arguments

x

An object.

value

The value to set the db to.

Author

Francis Windram

See Also

Internal attributes

Examples

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

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

Run the code above in your browser using DataLab