Nothing
# Unit tests for the plot_league_dashboard function
# Test 1: Invalid league ID throws error
test_that("invalid league ID throws error", {
expect_error(plot_league_dashboard(-777),
"Dashboard generation halted due to invalid league ID.") # nolint
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.