combine_history | R Documentation |
Runs a function fun
twice, once with the leagueHistory
set to TRUE
and
once set to FALSE
. Combined the output of both runs into a single data
frame.
combine_history(fun, ...)
fun |
A function with the |
... |
Additional arguments passed to the function used in |
A data frame of combined outputs.
combine_history(tidy_scores, leagueId = "252353")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.