Description Usage Arguments Value Examples
View source: R/article_pdf_download.R
Batch download articles from bibtex files
1 2  | article_pdf_download(infilepath, outfilepath = infilepath,
  bib_format = "soc_bib", colandr = NULL, cond = "included")
 | 
infilepath | 
 (character) path to target folder with input files  | 
outfilepath | 
 (character) path to folder for export files  | 
bib_format | 
 (character) format used by the bibtex file  | 
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  | 
data frame containing dowload information
1  | ## Not run:  article_pdf_download(infilepath = "/data/isi_searches", outfilepath = "data")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.