getCohortResults: Get results for a Cohort Id.

View source: R/AutoGeneratedDefinitions.R

getCohortResultsR Documentation

Get results for a Cohort Id.

Description

Get results for a Cohort Id.

Usage

getCohortResults(cohortId, baseUrl)

Arguments

cohortId

An integer id representing the id that uniquely identifies a cohort 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 Cohort id.

Value

An R object with results.

Examples

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

## End(Not run)

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