This is a convenience method that infers and applies the correct fetch function for the input ids.
Arguments
- ids
An object of type
ohvbd.ids(generated from a search, manually packaged usingohvbd.ids()or generated by another function).- ...
Any other arguments to be passed to the underlying fetch functions (see
fetch_vt()andfetch_vd()for specific arguments).
Examples
if (FALSE) { # interactive()
search_hub("Ixodes", "vt") |> fetch()
}