Produces a derived variable that maps gender_concept_id to
"M" (8507) or "F" (8532).
Examples
if (FALSE) { # \dontrun{
recipe <- omop_recipe(variables = omop_variable_sex(),
outputs = omop_output(type = "wide"))
} # }
Produces a derived variable that maps gender_concept_id to
"M" (8507) or "F" (8532).
if (FALSE) { # \dontrun{
recipe <- omop_recipe(variables = omop_variable_sex(),
outputs = omop_output(type = "wide"))
} # }