Challenge Leaders

format_leaders(params)

Arguments

params

Challenge parameters as list.

Value

format_leaders() returns a character value indicating the challenge leaders.

Examples

params <- list(leaders = list(kevinrue = "Kevin Rue-Albrecht"))
cat(format_leaders(params), sep = "\n")
#> - Kevin Rue-Albrecht - <i class="fab fa-github"></i> [kevinrue](https://github.com/kevinrue)