PatientLevelPrediction
PatientLevelPrediction copied to clipboard
issue with shiny app
When I try and view models in the shiny app it fails due to:
databaseSettings$databaseTable = 'database_meta_table'
but the table name should be
databaseSettings$databaseTable = 'database_meta_data'