In general, use epmc_search
instead. It calls this function, calling all
pages within the defined limit.
epmc_search_(
query = NULL,
limit = 100,
output = "parsed",
page_token = NULL,
...
)
character, search query. For more information on how to build a search query, see https://europepmc.org/Help
integer, limit the number of records you wish to retrieve. By default, 25 are returned.
character, what kind of output should be returned. One of 'parsed', 'id_list' or 'raw' As default, parsed key metadata will be returned as data.frame. 'id_list returns a list of IDs and sources. Use 'raw' to get full metadata as list. Please be aware that these lists can become very large.
cursor marking the page
further params from epmc_search
epmc_search