Format the leaderboard in Markdown.
print_leaderboard( best, metrics = names(metrics), test_name = "quiz", digits = 3, ... )
| best | list of the best submissions per team and per metric as returned
by |
|---|---|
| metrics | character vector. names of the metrics to be displayed |
| test_name | string. name of the test set used: |
| digits | integer. how many significant digits are to be used for metrics. |
| ... | further parameters to pass to |
print_leaderboard returns a character vector of the table source code
to be used in a Markdown document.
Chunk option results='asis' has to be used