-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
32 lines (32 loc) · 992 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: BibScan
Type: Package
Title: Batch Download PDFs From Bib File
Version: 0.1.0
Author: as.person(c(
"Stephen Wood <[email protected]> [aut, cre]",
"Julien Brun <[email protected]> [aut]",
"Timothy Nguyen <[email protected]> [aut]"
))
Maintainer: The package maintainer <[email protected]>
Description: The package takes a folder with one or many `.bib` files, as could be downloaded from a Web of Science search.
It uses the DOIs in those files to generate html links to PDFs and batch download those PDFs into a specified folder.
It reports which papers did not have a PDF link and which were not able to be downloaded so users can download the remaining files by hand.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Imports:
dplyr,
magrittr,
purrr,
readr,
tibble,
stringr,
crminer,
rcrossref,
RefManageR,
xml2,
rvest,
jsonlite
Suggests: knitr, rmarkdown,testthat
VignetteBuilder: knitr