fillMissingValues {TrafficBDE} | R Documentation |
This function fills the missing values from the data.
fillMissingValues(Data)
Data |
The historical data of the roads of Thessaloniki |
This function returns a data frame without missing values.
A data frame with all the historical data without missing values
Aikaterini Chatzopoulou, Kleanthis Koupidis, Charalampos Bratsas
SpecLink <- loadDataSpecLink("163204843","1", X163204843_1)
x <- fillMissingValues(SpecLink)