Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
catalamarti committed Dec 16, 2024
1 parent 83a503b commit b4d4038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/summariseMissingData.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ summariseMissingData <- function(cdm,
omopgenerics::assertChoice(omopTableName, choices = omopgenerics::omopTables(), unique = TRUE)
omopgenerics::assertNumeric(sample, null = TRUE, integerish = TRUE, length = 1, min = 1)
dateRange <- validateStudyPeriod(cdm, dateRange)
ageGroup <- omopgenerics::validateAgeGroupArgument(ageGroup, multipleAgeGroup = FALSE, null = TRUE, ageGroupName = "age_group")$age_group
ageGroup <- omopgenerics::validateAgeGroupArgument(ageGroup, multipleAgeGroup = FALSE, null = TRUE, ageGroupName = "age_group")

strata <- my_getStrataList(sex = sex, ageGroup = ageGroup, year = year)
stratification <- c(list(character()), omopgenerics::combineStrata(strata))
Expand Down

0 comments on commit b4d4038

Please sign in to comment.