-
Notifications
You must be signed in to change notification settings - Fork 47
Loop for crossref #184
Comments
thanks for the report and the session info. please share the |
Hi! I have used |
Hi! I have successfully worked around the crossref issue, by using: |
thanks @jshleap will have a look |
they've changed the way paging is done - see https://europepmc.org/RestfulWebService#!/Europe32PMC32Articles32RESTful32API/search - they used to have page and page size parameters, now there is page size, but page has been replacedw ith a cursor - i'll have to change the |
@jshleap reinstall # do a search
res <- ft_search(query='ecology', from='europmc')
res$europmc
# get the next batch of results, using the cursorMark string
# the same number of results per chunk will be returned as the first request, default: 25
# see ?eupmc_search
ft_search(query='ecology', from='europmc',
euroopts = list(cursorMark = res$europmc$cursorMark)) |
Session Info
Hi, my query has over 1000 entries for crossref, how can I loop over it?
The text was updated successfully, but these errors were encountered: