Skip to contents

Search Europe PMC

Usage

europepmc_search(query, limit = 15, ...)

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 example throttle.

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")))
} # }