-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 853 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
Package: metareadr
Type: Package
Title: Downloads data often needed for meta-research.
Version: 0.2.0
Authors@R: c(person("Stylianos", "Serghiou", role = c("aut", "cre"),
email = "[email protected]"))
Description: It provides functions to easily download data often needed for
meta-research. Sources of such data include PubMed, PMC and Unpwaywall. It
also provides functions to take a random sample from PubMed and PMC and
functions to download PDFs of interest (if you have the link to the PDF).
Finally, it can automatically find an issue-match to a specific article.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/serghiou/metareadr
Imports:
crminer,
dplyr,
httr,
magrittr,
pbapply,
readr,
rentrez,
roadoi,
tibble,
xml2
RoxygenNote: 7.1.1