powered by
Function to create a tibble with the patterns from current drug strength table
patternTable(cdm)
The function creates a tibble with the different patterns found in the table, plus a column of potentially valid and invalid combinations.
A cdm_reference object.
cdm_reference
# \donttest{ library(DrugUtilisation) cdm <- mockDrugUtilisation() patternTable(cdm) # }
Run the code above in your browser using DataLab