Description Usage Arguments Value Examples
Given the output of get_credits()
, this will create a stacked bar chart of
credits awarded by folding slot. Set all_slots = TRUE
if you want to see
total credits of all folding slots.
1 | plot_credits(credits_df, all_slots = FALSE)
|
parsed_log |
A tibble of FAH Client logs that are parsed
( |
A plot of credits acquired per day.
1 2 3 4 | read_fah_logs("~/../AppData/Roaming/FAHClient/logs/") %>%
clean_logs() %>%
get_credits() %>%
plt_credits()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.