Learn R Programming

DrugUtilisation (version 0.8.3)

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{
library(DrugUtilisation)

cdm <- mockDrugUtilisation()

patternTable(cdm)
# }

Run the code above in your browser using DataLab