-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 951 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
Package: pubmedparser
Type: Package
Title: Fetch and Parse PubMed Records
Version: 0.1.0
Author: Maia Salholz-Hillel
Maintainer: Maia Salholz-Hillel <[email protected]>
Description: The `pubmedparser` package extends the [rentrez](https://github.com/ropensci/rentrez) for batch downloading [PubMed](https://www.ncbi.nlm.nih.gov/pubmed/) records using [NCBI E-Utilities](https://www.ncbi.nlm.nih.gov/books/NBK25497/). It allows the user to batch dois, query NCBI Eutils in batches, and download the resulting PubMed records.
The `pubmedparser` package uses [xml2](https://github.com/r-lib/xml2) to parse [PubMed XML](https://www.nlm.nih.gov/bsd/licensee/elements_descriptions.html) into a tidy format.
License: What license is it under?
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr,
tidyr,
stringr,
readr,
purrr,
xml2,
rentrez,
rlang,
magrittr,
here
Suggests:
testthat