DownloadJsonWithPmidsBatch: DownloadJsonWithPmidsBatch

Description Usage Arguments Value Examples

View source: R/pubmedRead.R

Description

DownloadJsonWithPmidsBatch

Usage

1
2
3
4
5
DownloadJsonWithPmidsBatch(
  pmids,
  endpoint = "efetch",
  fileBaseName = "test.json"
)

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
DownloadJsonWithPmidsBatch(c("28852052", "29041955"), endpoint = "efetch", fileBaseName="test.json")

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