Search Europe PMC
Arguments
- query
A query string. Build one with
europepmc_query()to get the quoting right.- limit
Maximum results to return.
- ...
Passed to
biohttp::get_json(), for examplethrottle.
Value
A biohttp envelope whose data is a list of results (the tibble
from europepmc_parse_results()), count (Europe PMC's total, not the
page size), and query.
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(europepmc_search(europepmc_query("BRAF", "V600E")))
} # }