enrich_uptime | R Documentation |
If the uptime is lower than 0.5, uptime_quality
will be FALSE, else TRUE
enrich_uptime(data)
data |
Data frame containing an |
Same dataframe with an additionnal column indicating if the uptime is greater (TRUE) or lower (FALSE) than 0.5.
df <- data.frame('uptime' = c(0.05, 0.95))
enrich_uptime(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.