View source: R/addDemographicsQuery.R
| addSexQuery | R Documentation |
Same as addSex(), except query is not computed to a table.
addSexQuery(x, sexName = "sex", missingSexValue = "None")
x |
A table containing individuals in a CDM reference. |
sexName |
Name of the sex column to add. |
missingSexValue |
Value to use when sex is missing. |
table x with the added column with sex information.
library(PatientProfiles)
cdm <- mockPatientProfiles(source = "duckdb")
cdm$cohort1 |>
addSexQuery()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.