This tries to extract and simplify the citations from a dataset downloaded using ohvbd.
Arguments
- dataset
- An object of type - ohvbd.data.frame(generated from- glean(), preferred) or of type- ohvbd.idsand containing data from one of the supported databases.
- ...
- Any arguments to be passed to the underlying funcs. 
Examples
if (FALSE) { # interactive()
search_hub("Ixodes", "vt") |>
  fetch() |>
  glean() |>
  fetch_citations()
}