powered by
return a list of URLS, IDS and number of results found from search of biorxiv.org
bx_search(query, limit = 10)
The terms to search for in biorxiv.
The number of results to return.
A list with the following elements:
The URLs of the biorxiv papers from the search terms.
The IDs of the biorxiv papers from the search terms.
The total number of papers found for the query.
The query searched on biorixiv.
The number of results to return as set by the user.
This uses the generic search interface, therefore be aware that you'll have to do post download filtering if you want terms in a specific field
# NOT RUN { bxEco <- bx_search("ecology",limit=1) # }
Run the code above in your browser using DataLab