| filter_db | R Documentation |
Retrieve the IDs for any datasets matching the given database.
filter_db(ids, db)
ids |
an |
db |
a database name as a string. One of |
An ohvbd.ids vector of dataset IDs.
If filter_db() recieves an ohvbd.ids object by mistake, it will transparently return it if the source database matches db.
Francis Windram
search_hub("Ixodes ricinus")
search_hub("Ixodes ricinus") |>
filter_db("vt") |>
fetch() |>
glean()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.