Asks for one row with resultType = "idlist", because only the count is
wanted. Read the note in the file header: a count of 0 comes back as ok,
not as no_data.
Arguments
- query
A query string. Build one with
europepmc_query()to get the quoting right.- ...
Passed to
biohttp::get_json(), for examplethrottle.
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(europepmc_count(europepmc_query("NF1")))$count
} # }