Learn R Programming

rchallenge (version 1.2.0)

print_leaderboard: Format the leaderboard in Markdown.

Description

Format the leaderboard in Markdown.

Usage

print_leaderboard(best, metric, test_name = "quiz", ...)

Arguments

best
list of the best submissions per team and per metric as returned by get_best.
metric
string. name of the metric considered
test_name
string. name of the test set used: "quiz" or "test"
...
further parameters to pass to kableer

Value

print_leaderboard returns a character vector of the table source code to be used in a Markdown document.

See Also

kable