Description Usage Arguments Value Examples
Cleans the output of read_fah_logs()
1 | clean_logs(logs_df)
|
logs_df |
The log files tibble as read in by read_fah_logs() |
clean_logs: Tibble of cleaned log data.
1 2 3 4 | # Windows 10:
my_log_data <- read_fah_logs("~/../AppData/Roaming/FAHClient/logs/")
my_clean_log_data <- clean_logs(my_log_data)
summary(my_clean_log_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.