getPhenotypeLog: Get phenotype log

View source: R/Phenotypes.R

getPhenotypeLogR Documentation

Get phenotype log

Description

Get phenotype log

Usage

getPhenotypeLog(cohortIds = NULL, showHidden = FALSE)

Arguments

cohortIds

IDs of cohorts to extraction from the library.

showHidden

Some cohorts in the library are designed to be hidden. They are not retrieved by default. To retrieve such cohorts, please set showHidden as TRUE. Examples of hidden cohorts are withdrawn, deprecated, referrent cohorts.

Value

Returns a table with one row per cohort definitions with log information such as its release cycle. Example, this function gives us insight on when a cohort definition was added/updated/deprecated by the OHDSI PhenotypeLibrary.

A tibble.

Examples

getPhenotypeLog(cohortIds = c(1, 2))


OHDSI/PhenotypeLibrary documentation built on April 3, 2025, 3:07 p.m.