Description Usage Arguments Value Examples
Calculates the total length of time (in hours) that the FAH Client was active per day.
1 | get_daily_duration(parsed_log)
|
parsed_log |
A tibble of FAH Client logs that are parsed
( |
A dataframe representing the total active log hours per day, i.e. how long the FAH Client was active, logging and could have been folding if work was available.
1 2 3 4 | read_fah_logs("~/../AppData/Roaming/FAHClient/logs/") %>%
clean_logs() %>%
get_total_log_duration() %>%
paste("Total time client open:", ., "hours")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.