Nothing
test_that("volleyball_team_box_score() test", {
team_2013 <- volleyball_team_box_score("m" , 2013)
expect_type(team_2013,"list")
expect_true(nrow(team_2013) != 0)
})
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.