getJson: getJson

Description Usage Arguments Value Examples

View source: R/http_methods.R

Description

getJson

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
getJson(
  query,
  endpoint = "search",
  resultType = "lite",
  synonym = "FALSE",
  cursorMark = "*",
  pageSize = "1",
  callback = "",
  waitTime = 0.1
)

Arguments

query

a string of characters. Entrez text query.

endpoint

a string of characters, valid endpoint of NCBI Utilities, e.g. "search",

resultType

a string of characters.

synonym

a string of characters.

cursorMark

a string of characters.

pageSize

a string of characters.

callback

a string of characters.

waitTime

a number to wait in each call

Value

a XMLInternalDocument

Examples

1
getJson(query = "pinkeye")

shihikoo/europePMCTools documentation built on Dec. 23, 2021, 1:23 a.m.