Hello, I am trying to run R code which was generated in Estimation and got the error message as below.
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 = maxCores)
Error: âcreateTargetComparatorOutcomesâ is not an exported object from ânamespace:CohortMethodâ
Does anyone familiar with this error and any ideas how to solve it?
Thanks!