powered by
Download PDFs of all the papers in your search results.
bx_download(bxso, directory, create = TRUE)
search results from bx_search()
The location you want to download the PDFs to.
TRUE or FALSE. If true create the directory if it does not exist. Default is TRUE.
The PDFs are downloaded into the directory selected. Nothing is returned to R.
# NOT RUN { bxEco <- bx_search("ecology",limit=1) bx_download(bxEco,tempdir()) # }
Run the code above in your browser using DataLab