Description Usage Arguments Details Value Examples
return a list of URLS, IDS and number of results found from search of biorxiv.org
1 | bx_search(query, limit = 10)
|
query |
The terms to search for in biorxiv. |
limit |
The number of results to return. |
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
A list with the following elements:
URL |
The URLs of the biorxiv papers from the search terms. |
ID |
The IDs of the biorxiv papers from the search terms. |
found |
The total number of papers found for the query. |
query |
The query searched on biorixiv. |
limit |
The number of results to return as set by the user. |
1 | bxEco <- bx_search("ecology",limit=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.