We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdm <- CohortConstructor::mockCohortConstructor() #> Note: method with signature 'DBIConnection#Id' chosen for function 'dbExistsTable', #> target signature 'duckdb_connection#Id'. #> "duckdb_connection#ANY" would also be valid demographics <- CohortConstructor::demographicsCohort( cdm = cdm, name = "demographics", ageRange = list("name1" = c(0, 19), "name2" = c(20, Inf)) ) #> ! cohort columns will be reordered to match the expected order: #> cohort_definition_id, subject_id, cohort_start_date, and cohort_end_date. #> ℹ Building new trimmed cohort #> Adding demographics information #> Creating initial cohort #> Trim age #> ✔ Cohort trimmed CohortConstructor::settings(demographics) #> # A tibble: 2 × 3 #> cohort_definition_id cohort_name age_range #> <int> <chr> <chr> #> 1 1 demographics_1 0_19 #> 2 2 demographics_2 20_Inf
Created on 2024-10-17 with reprex v2.0.2
The text was updated successfully, but these errors were encountered:
So would you want two settings?
Sorry, something went wrong.
yep happy with that
No branches or pull requests
Created on 2024-10-17 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: