| plotPerson | R Documentation |
summarisePerson()Visualise the output of summarisePerson()
plotPerson(result, variableName = NULL, style = NULL, type = NULL)
result |
A summarised_result object (output of |
variableName |
The variable to plot, a choice between
|
style |
Visual theme to apply. Character, or |
type |
Character string indicating the output plot format. See
|
A plot visualisation.
library(OmopSketch)
library(dplyr, warn.conflicts = FALSE)
library(omock)
cdm <- mockCdmFromDataset(datasetName = "GiBleed", source = "duckdb")
result <- summarisePerson(cdm = cdm)
tablePerson(result = result)
cdmDisconnect(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.