getEstimationDefinitionsMetaData: Get the meta data for Estimation definitions.

View source: R/AutoGeneratedDefinitions.R

getEstimationDefinitionsMetaDataR Documentation

Get the meta data for Estimation definitions.

Description

Get the meta data for Estimation definitions.

Usage

getEstimationDefinitionsMetaData(baseUrl)

Arguments

baseUrl

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

Details

Get the meta data of WebApi specifications such as id, name, created/modified details, hash object, etc. from WebApi for Estimation. This function is useful to retrieve the current Estimation specifications.

Value

A tibble of specification metadata for Estimation. Note: modifiedDate and createdDate are returned as text/character.

Examples

## Not run: 
getEstimationDefinitionsMetaData(baseUrl = "http://server.org:80/WebAPI")

## End(Not run)

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