bx_download: Download PDFs of papers found by bx_search

Description Usage Arguments Value Examples

View source: R/bx_download.R

Description

Download PDFs of all the papers in your search results.

Usage

1
bx_download(bxso, directory, create = TRUE)

Arguments

bxso

search results from bx_search()

directory

The location you want to download the PDFs to.

create

TRUE or FALSE. If true create the directory if it does not exist. Default is TRUE.

Value

The PDFs are downloaded into the directory selected. Nothing is returned to R.

Examples

1
2
bxEco <- bx_search("ecology",limit=1)
bx_download(bxEco,tempdir())

biorxivr documentation built on July 8, 2020, 6:06 p.m.