powered by
Retrieve the IDs for any datasets matching the given database.
filter_db(ids, db)
An ohvbd.ids vector of dataset IDs.
ohvbd.ids
an ohvbd.hub.search search result from search_hub().
ohvbd.hub.search
search_hub()
a database name as a string. One of "vt", "vd", "gbif", "px".
"vt"
"vd"
"gbif"
"px"
Francis Windram
if (FALSE) { # interactive() search_hub("Ixodes ricinus") search_hub("Ixodes ricinus") |> filter_db("vt") |> fetch() |> glean() }
Run the code above in your browser using DataLab