View source: R/class_methods.R
| ohvbd_db | R Documentation |
Retrieve or set the provenance information expected by ohvbd.
ohvbd_db(x)
ohvbd_db(x) <- value
x |
An object. |
value |
The value to set the db to. |
The database identifier associated with an object (or NULL if missing).
Francis Windram
Internal attributes
ids <- ohvbd.ids(c(1,2,3), "vd")
ohvbd_db(ids)
ohvbd_db(ids) <- "vt"
ohvbd_db(ids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.