You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone had serialized the cohort table names to an external file and then attempted to call the createCohortTables, this code will fail since it will attempt to evaluate NULL && NULL:
If someone had serialized the cohort table names to an external file and then attempted to call the
createCohortTables
, this code will fail since it will attempt to evaluateNULL && NULL
:https://github.com/OHDSI/CohortGenerator/blob/0c0e48792103beda659f9f1a57c34f0058beb7a3/R/CohortTables.R#L109C27-L110
The text was updated successfully, but these errors were encountered: