Learn R Programming

biorxivr (version 1.0.2)

bx_search: Search biorxiv.org

Description

return a list of URLS, IDS and number of results found from search of biorxiv.org

Usage

bx_search(query, limit = 10)

Arguments

query

The terms to search for in biorxiv.

limit

The number of results to return.

Value

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.

Details

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

Examples

Run this code
# NOT RUN {
bxEco <- bx_search("ecology",limit=1)
# }

Run the code above in your browser using DataLab