View source: R/tableObservationPeriod.R
tableObservationPeriod | R Documentation |
Create a visual table from a summariseObservationPeriod() result.
tableObservationPeriod(result, type = "gt")
result |
A summarised_result object. |
type |
Type of formatting output table, either "gt" or "flextable". |
A gt or flextable object with the summarised data.
cdm <- mockOmopSketch(numberIndividuals = 100)
result <- summariseObservationPeriod(cdm$observation_period)
tableObservationPeriod(result)
PatientProfiles::mockDisconnect(cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.