Description Usage Arguments Value Examples
Constructs the query, makes GET call and processes the result
1 2 3 4 5 6 | wikipathwaysGET(
operation,
parameters = NULL,
format = c("json", "xml", "html", "jpg", "pdf", "dump"),
base.url = .baseUrl
)
|
operation |
A |
parameters |
A named |
format |
( |
base.url |
(optional) Ignore unless you need to specify a custom domain. |
query result content
1 2 3 | {
wikipathwaysGET('listOrganisms')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.