Description Usage Arguments Value Examples
getJson
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
)
|
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 |
a XMLInternalDocument
1 | getJson(query = "pinkeye")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.