Description Usage Arguments Value Note See Also
Format the leaderboard in Markdown.
| 1 2 3 4 5 6 7 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.