Optional idea: There are a lot of variables put into Global environment once run config.R and 00_setup.R
This is fine if just running the end to end process from the master script, but can make reviewing the process, troubleshooting more confusing.
Could these be stored in a list and say, list called config and then accessed by config$variable_name
Optional idea: There are a lot of variables put into Global environment once run
config.Rand00_setup.RThis is fine if just running the end to end process from the master script, but can make reviewing the process, troubleshooting more confusing.
Could these be stored in a list and say, list called config and then accessed by
config$variable_name