Nothing
cols <- c(
"conference_id", "conference_name", "link",
"conference_abbreviation", "has_wildcard", "conference_name_short",
"league_id", "league_link", "sport_id", "sport_link"
)
test_that("MLB Conferences", {
skip_mlb_test()
skip_on_cran()
x <- mlb_conferences()
expect_in(sort(cols), sort(colnames(x)))
expect_s3_class(x, "data.frame")
})
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.