#use a subset of the KA_weather dataset and add an additional day after a gap
KA_weather_gap<-rbind(KA_weather[1:100,],c(Year=1998,Month=6,Day=3,Tmax=26,Tmin=14))
#fill in the gaps
make_all_day_table(KA_weather_gap)
Run the code above in your browser using DataLab