| search_vd | R Documentation |
Retrieve the IDs for any VecDyn datasets matching the given keywords
search_vd(keywords, basereq = vb_basereq())
keywords |
either a string of search terms separated by spaces, or a vector of keywords. |
basereq |
an httr2 request object, as generated by |
An ohvbd.ids vector of VecDyn dataset IDs.
search_hub() is now preferred for keyword searches:
# old style
search_vd(c("Ixodes", "ricinus")
# new style
search_hub("Ixodes ricinus", db = "vd")
search_vd() may be deprecated in the future.
Francis Windram
search_vd("Aedes aegypti")
search_vd(c("Aedes", "aegypti"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.