View source: R/summarisePerson.R
| summarisePerson | R Documentation |
Summarise person table
summarisePerson(cdm)
cdm |
A |
A summarised_result object with the results.
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.