I get a warning message:
`historicalHourly <- importHistoricalHourly(startDatePast,endDatePast,Markets,location) [1] "Importing Hourly Data" [1] "Flag - Moving from importHistoricalHourly to CleaningUpHourly" [1] "Flag - Moving to importHistoricalDaily from CleaningUpHourly"Warning messages: 1: closing unused RODBC handle 41 2: closing unused RODBC handle 40 3: closing unused RODBC handle 36`
In the function, everything is checked for return values, it displays statements. I have an idea that this is definitely a warning because of this function:
hHourly.df <- retrievelim(PowerCodeID,columns,startDatePast,endDatePast,unitstr="Hours")
which accesses a separate database in another program. This function returns a data frame from DateTime values ββby the clock with different numerical values ββin the next column.
If anyone can give me an idea of ββwhy it is closing the database and what is happening, I would really appreciate it.
source share