leylabdotorg / amlviz

1 stars 3 forks source link

Remove config files #32

Closed paytonredemer closed 1 year ago

paytonredemer commented 1 year ago

I removed the config files with my new implementation. This is the start of me doing most of the processing in global.R. This is because global.R is run once per shiny server while server.R is run every time a client connects to the shiny server. This new approach avoids doing repetitive processing in server.R.