When retrieving data from previous searches (or saved lists of IDs), it can be useful to package these data up in the form that ohvbd would expect to come out of a search.
To do this, create an ohvbd.ids
object, specifying the db that the ids refer to.
Examples
if (FALSE) { # \dontrun{
ohvbd.ids(c(1,2,3,4,5), db="vt")
} # }