R/class_methods.R
has_db.Rd
This function tests whether an object has the provenance information expected by ohvbd.
ohvbd
has_db(x, ...)
An object to test.
Any arguments to be passed to the underlying functions (unused).
Whether the data has a provenance tag (as a boolean).
Francis Windram
ids <- ohvbd.ids(c(1,2,3), "vd") has_db(ids) #> [1] TRUE