View source: R/addDemographicsQuery.R
addSexQuery | R Documentation |
'r lifecycle::badge("experimental")' Same as 'addSex()', except query is not computed to a table.
addSexQuery(x, sexName = "sex", missingSexValue = "None")
x |
Table with individuals in the cdm. |
sexName |
name of the new column to be added. |
missingSexValue |
Value to include if missing sex. |
table x with the added column with sex information.
cdm <- mockPatientProfiles()
cdm$cohort1 %>%
addSexQuery()
mockDisconnect(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.