wikipathwaysGET: WikiPathways GET

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

Constructs the query, makes GET call and processes the result

Usage

1
2
3
4
5
6
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

1
2
3
{
wikipathwaysGET('listOrganisms')
}

rWikiPathways documentation built on Feb. 28, 2021, 2:01 a.m.