Hi! I ask some question about CohortMethod().
execute(connectionDetails = connectionDetails,
cdmDatabaseSchema = cdmDatabaseSchema,
cohortDatabaseSchema = cohortDatabaseSchema,
cohortTable = cohortTable,
oracleTempSchema = oracleTempSchema,
outputFolder = outputFolder,
databaseId = databaseId,
databaseName = databaseName,
databaseDescription = databaseDescription,
createCohorts = TRUE,
synthesizePositiveControls = TRUE,
runAnalyses = TRUE,
runDiagnostics = TRUE,
packageResults = TRUE,
maxCores = 1)
When I run this code above, I’ve got this error below.
Summarizing results
|====================================================================================================================================| 100%
Computing covariate balance
Error in if (!file.exists(file)) stop("Cannot find file ", file) :
argument is of length zero
In addition: Warning message:
Unknown or uninitialised column: cohortMethodDataFolder
.
Warning message:
In ParallelLogger::unregisterLogger(“DEFAULT”) :
Could not find logger DEFAULT
What should I do ? Thanks!