PatientLevelPrediction icon indicating copy to clipboard operation
PatientLevelPrediction copied to clipboard

issue with shiny app

Open jreps opened this issue 4 months ago • 2 comments

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'

jreps avatar Oct 15 '24 21:10 jreps