wikipathwaysGET {rWikiPathways}R Documentation

WikiPathways GET

Description

Constructs the query, makes GET call and processes the result

Usage

wikipathwaysGET(
  operation,
  parameters = NULL,
  format = c("json", "xml", "html", "jpg", "pdf", "dump"),
  base.url = .baseUrl
)

Arguments

operation

A character string to be converted to the query namespace

parameters

A named list of values to be converted to query parameters

format

(character) The format of the return, e.g., json (default), xml, html, jpg, pdf, dump

base.url

(optional) Ignore unless you need to specify a custom domain.

Value

query result content

Examples

{
wikipathwaysGET('listOrganisms')
}

[Package rWikiPathways version 1.12.0 Index]