In getSysCondData.R, getSysCondData() unnecessarily reads data table back in, now that RWDataPlot::getDataForAllScens can return the data table. Eliminating the read back in will make the code more efficient.
This is also the case in getSysCondData.R getSritStatsData() and may be the case in other places.
In getSysCondData.R,
getSysCondData()
unnecessarily reads data table back in, now thatRWDataPlot::getDataForAllScens
can return the data table. Eliminating the read back in will make the code more efficient.This is also the case in getSysCondData.R
getSritStatsData()
and may be the case in other places.