| wikipathwaysGET {rWikiPathways} | R Documentation |
Constructs the query, makes GET call and processes the result
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
{
wikipathwaysGET('listOrganisms')
}