getEstimationDefinition: Get Estimation id definition.

View source: R/AutoGeneratedDefinitions.R

getEstimationDefinitionR Documentation

Get Estimation id definition.

Description

Get Estimation id definition.

Usage

getEstimationDefinition(estimationId, baseUrl)

Arguments

estimationId

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

baseUrl

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

Details

Obtain the Estimation definition from WebAPI for a given Estimation id

Value

An R object representing the Estimation definition

Examples

## Not run: 
getEstimationDefinition(estimationId = 13242, baseUrl = "http://server.org:80/WebAPI")

## End(Not run)

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