Visualise the results of summarisePerson()
into a table
Arguments
- result
A summarised_result object created by
summarisePerson()
.- type
One of the supported visualisation formats (see
visOmopResults::tableType()
).
Examples
# \donttest{
library(OmopSketch)
cdm <- mockOmopSketch(numberIndividuals = 100)
result <- summarisePerson(cdm = cdm)
tablePerson(result = result)
# }