existsIncidenceRateName: Check if IncidenceRate definition name exists.

View source: R/AutoGeneratedDefinitions.R

existsIncidenceRateNameR Documentation

Check if IncidenceRate definition name exists.

Description

Check if IncidenceRate definition name exists.

Usage

existsIncidenceRateName(incidenceRateName, baseUrl)

Arguments

incidenceRateName

A string name for the IncidenceRate to be checked.

baseUrl

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

Details

Check if a string name already exists in the WebApi as a IncidenceRate definition name.

Value

If found, the function will return a tibble with details of the specification. If not found, FALSE will be returned.

Examples

## Not run: 
existsIncidenceRateName(incidenceRateName = "this text string needs to be checked",
                        baseUrl = "http://server.org:80/WebAPI")

## End(Not run)

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