powered by
This function fills the missing dates from the data.
fillMissingDates(Data, datetime)
A data frame with all the historical data between the first date and the date wanted.
The historical data
The datetime wanted
Aikaterini Chatzopoulou, Charalampos Bratsas
This function returns a data frame without missing dates.
loadData, fillMissingValues
loadData
fillMissingValues
if (FALSE) { SpecLink <- loadDataSpecLink("163204843","1", X163204843_1) x <- fillMissingValues(SpecLink) datetime <- "2017-01-27 14:00:00" newData <- fillMissingDates (x, datetime)}
Run the code above in your browser using DataLab