Skip to contents

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.

Usage

ohvbd.ids(ids, db)

Arguments

ids

A numeric vector of ids referring to datasets within the specified database.

db

A string specifying the db that these ids refer to.

Value

An id vector: an S3 vector with class ohvbd.ids.

Author

Francis Windram

Examples

if (FALSE) { # \dontrun{
ohvbd.ids(c(1,2,3,4,5), db="vt")
} # }