enrich_uptime: Enrich traffic data with uptime quality indication

View source: R/data_enrich.R

enrich_uptimeR Documentation

Enrich traffic data with uptime quality indication

Description

If the uptime is lower than 0.5, uptime_quality will be FALSE, else TRUE

Usage

enrich_uptime(data)

Arguments

data

Data frame containing an uptime column

Value

Same dataframe with an additionnal column indicating if the uptime is greater (TRUE) or lower (FALSE) than 0.5.

Examples

df <- data.frame('uptime' = c(0.05, 0.95))
enrich_uptime(df)


telraamStats documentation built on May 29, 2024, 10:08 a.m.