Learn R Programming

DrugUtilisation (version 1.0.1)

patternTable: Function to create a tibble with the patterns from current drug strength table

Description

Function to create a tibble with the patterns from current drug strength table

Usage

patternTable(cdm)

Value

The function creates a tibble with the different patterns found in the table, plus a column of potentially valid and invalid combinations.

Arguments

cdm

A cdm_reference object.

Examples

Run this code
# \donttest{
cdm <- mockDrugUtilisation()

patternTable(cdm)
# }

Run the code above in your browser using DataLab