DownloadXMLWithPmidsBatch: DownloadXMLWithPmidsBatch

Description Usage Arguments Value Examples

View source: R/pubmedRead.R

Description

DownloadXMLWithPmidsBatch

Usage

1
2
3
4
5
DownloadXMLWithPmidsBatch(
  pmids,
  endpoint = "esummary",
  fileBaseName = "test.xml"
)

Arguments

pmids

a string of character. PubMed central Id

endpoint

a string of characters. The API endpoint to use. e.g. "esummary", "efetch"

fileBaseName

a string of character. The base name of the to be saved xml files

Value

the output file names

Examples

1
DownloadXMLWithPmidsBatch(c("28852052", "29041955"), endpoint = "efetch", fileBaseName="test.xml")

shihikoo/pubmedTools documentation built on June 19, 2021, 9:56 a.m.