validateCohortIdArgument {omopgenerics} | R Documentation |
Validate cohortId argument.
Description
Validate cohortId argument.
Usage
validateCohortIdArgument(
cohortId,
cohort,
validation = "error",
call = parent.frame()
)
Arguments
cohortId |
A cohortId vector to be validated. |
cohort |
A cohort_table object. |
validation |
How to perform validation: "error", "warning". |
call |
A call argument to pass to cli functions. |
[Package omopgenerics version 0.3.1 Index]