This is a convenience method that infers and applies the correct extractor for the input
Arguments
- res
An object of type
ohvbd.responsesorohvbd.ad.matrixgenerated fromfetch()and containing data from one of the supported databases.- ...
Any arguments to be passed to the underlying extractors (unused).
Examples
if (FALSE) { # interactive()
search_hub("Ixodes", "vt") |> fetch() |> glean(cols=c("Interactor1Species"))
fetch_ad(use_cache=TRUE) |> glean(targetdate="2020-08-04")
}