Get the performance of the user over time
1 2 3 4 5 6 7 | performance_over_time(
username,
metric,
merge = FALSE,
outlier_cutoff = if (round_aggregate) 0 else 0.0125,
round_aggregate = TRUE
)
|
username |
A vector of one or more usernames |
metric |
A statistic, as a character vector. |
merge |
If TRUE, combine the usernames into a single result |
outlier_cutoff |
The absolute value above which points will be displayed |
round_aggregate |
If TRUE, aggregate the submission data by round |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.