-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Author: AlysY
Repo: https://github.com/menzies-hotspots/AMR-HOTspots
Aim: I have 2 main queries. How could I set up the structure of having multiple scripts to be clearer to other people? I haven't collaborated on scripts before so improving the readibility and logic is important to me. Secondly, if anyone has experience with shiny then how I could simplify the code, for example using modules?
File Info: This repo creates a shiny app here https://anti-microbe-res.shinyapps.io/hotspots/ displaying information regarding antimicrobial resistance in Australia. The shiny code and app are in the app.R file. This file sources 5 other files: 1_functions.R , 2_load_data.R , 3_edit_this.R , 4_aesthetics.R , and 5_shiny_code.R . I usually lump all my code into one file, so this is my first time trying to split it logically.