Learn R Programming

ohvbd (version 1.0.0)

search_vd: Search VecDyn by keyword

Description

Retrieve the IDs for any VecDyn datasets matching the given keywords

Usage

search_vd(keywords, basereq = vb_basereq())

Value

An ohvbd.ids vector of VecDyn dataset IDs.

Arguments

keywords

either a string of search terms separated by spaces, or a vector of keywords.

basereq

an httr2 request object, as generated by vb_basereq(). If NA, uses the default request.

Author

Francis Windram

Examples

Run this code
if (FALSE) { # interactive()
search_vd("Aedes aegypti")

search_vd(c("Aedes", "aegypti"))
}

Run the code above in your browser using DataLab