Learn R Programming

TrafficBDE (version 0.1.2)

fillMissingValues: Fill Missing Values

Description

This function fills the missing values from the data.

Usage

fillMissingValues(Data)

Value

A data frame with all the historical data without missing values

Arguments

Data

The historical data of the roads of Thessaloniki

Author

Aikaterini Chatzopoulou, Kleanthis Koupidis, Charalampos Bratsas

Details

This function returns a data frame without missing values.

See Also

loadData

Examples

Run this code
SpecLink <- loadDataSpecLink("163204843","1", X163204843_1)
x <- fillMissingValues(SpecLink)

Run the code above in your browser using DataLab