article_pdf_download: Batch download articles from bibtex files

Description Usage Arguments Value Examples

View source: R/article_pdf_download.R

Description

Batch download articles from bibtex files

Usage

1
2
article_pdf_download(infilepath, outfilepath = infilepath, colandr = NULL,
  cond = "included")

Arguments

infilepath

(character) path to target folder with input files

outfilepath

(character) path to folder for export files

colandr

A file (character) that provides titles to match; designed to be output of Colandr

cond

Condition (logical) that defines sorting of output from Colandr file

Value

data frame containing dowload information

Examples

1
## Not run:  article_pdf_download(infilepath = "/data/isi_searches", outfilepath = "data")

swood-ecology/BibScan documentation built on Sept. 24, 2021, 8:13 p.m.