OHDSI / PatientLevelPrediction

An R package for performing patient level prediction in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/PatientLevelPrediction
181 stars 88 forks source link

Fix logger for external validation #453

Closed egillax closed 1 month ago

egillax commented 1 month ago

It was created multiple time (inside the nested for loop) and only closed when exiting the function. This resulted in multiple duplicate lines being logged in the file.