file_stat_diff | R Documentation |
Add difference from previous timestamp to file_stat_log output
file_stat_diff(
logs = file_stat_log,
columns,
logpath = NULL,
logname = NULL,
maxup = 1.25,
maxdown = 0,
Date = Sys.Date()
)
logs |
log created using file_stat_log |
columns |
columns within log with quantified value combinations |
logpath |
Path to log |
logname |
Name of log |
maxup |
Optional; Maximum permissible increase from previous log. Warning recorded if exceeded. Default is 1.25 |
maxdown |
Optional; Maximum permissible decrease from previous log. Warning recorded if exceeded. Default is 0. |
Date |
Optional; date to give processed log. Default is system date. |
file_stat_log returned with differences by time interval
# file_stat_diff(logs = "file_stat_log", columns =c("col1", "col2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.