Description Usage Arguments Value Examples
getAPIlink Return European api links with parameters
1 2 3 4 5 6 7 8 9 10 11 12 | getAPIlink(
query,
baseUrl = "https://www.ebi.ac.uk/europepmc/webservices/rest/",
endpoint = "search",
resultType = "lite",
synonym = "FALSE",
cursorMark = "*",
pageSize = "25",
format = "json",
email = "shihikoo@gmail.com",
callback = "all"
)
|
query |
a string of characters. Entrez text query. |
baseUrl |
a string of characters, default is "https://www.ebi.ac.uk/europepmc/webservices/rest/" |
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 of an integer 0-1000 |
format |
a string of characters. |
email |
a string of characters. |
callback |
a string of characters. |
link
1 | getAPIlink(query = "pinkeye")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.