Nothing
test_that("throws error for season before 2008", {
expect_error(bart_coach_change(2007), 'or later')
})
test_that('throws error for more than one space in coach name', {
expect_error(bart_coach(coach='Mark Few'), 'spacing')
})
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.