get_processing_time_summary: Get Processing Time Summary

Description Usage Arguments Value Examples

View source: R/process.R

Description

Get Processing Time Summary

Usage

1

Arguments

parsed_log

A tibble of FAH Client logs that are parsed (read_fah_logs()) and cleaned (clean_logs()).

Value

Tibble summary of processing time for different work units by folding slot.

Examples

1
2
3
read_fah_logs("~/../AppData/Roaming/FAHClient/logs/") %>%
  clean_logs() %>%
  get_processing_time_summary()

cormac85/fahlogstats documentation built on June 25, 2020, 10:13 a.m.