getPathwayResults: Get results for a Pathway Id.

View source: R/AutoGeneratedDefinitions.R

getPathwayResultsR Documentation

Get results for a Pathway Id.

Description

Get results for a Pathway Id.

Usage

getPathwayResults(pathwayId, baseUrl)

Arguments

pathwayId

An integer id representing the id that uniquely identifies a pathway analysis definition in a WebApi instance.

baseUrl

The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".

Details

Get the results for Pathway id.

Value

An R object with results.

Examples

## Not run: 
getPathwayResults(pathwayId = 342, baseUrl = "http://server.org:80/WebAPI")

## End(Not run)

OHDSI/ROhdsiWebApi documentation built on March 15, 2023, 1:23 p.m.