addSexQuery: Query to add the sex of the individuals

View source: R/addDemographicsQuery.R

addSexQueryR Documentation

Query to add the sex of the individuals

Description

'r lifecycle::badge("experimental")' Same as 'addSex()', except query is not computed to a table.

Usage

addSexQuery(x, sexName = "sex", missingSexValue = "None")

Arguments

x

Table with individuals in the cdm.

sexName

name of the new column to be added.

missingSexValue

Value to include if missing sex.

Value

table x with the added column with sex information.

Examples


cdm <- mockPatientProfiles()

cdm$cohort1 |>
  addSexQuery()

mockDisconnect(cdm = cdm)



PatientProfiles documentation built on April 3, 2025, 9:47 p.m.