enrich_traffic | R Documentation |
This function add day, weekday, hour, segment_name and full_name and uptime quality boolean. This function is already used by the data retrievement process.
enrich_traffic(data)
data |
Raw data frame from the Telraam API, imported through the package. |
Same dataframe with additionnal informations : day, hour, weekday, holiday, vacation, segment_name, uptime_quality
enriched_traffic <- enrich_traffic(traffic[0:10,])
setdiff(colnames(enriched_traffic[0:10,]), colnames(traffic[0:10,]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.