test_that("ESPN - WBB Teams", {
skip_on_cran()
x <- espn_wbb_teams()
cols <- c(
"team_id",
"abbreviation",
"display_name",
"short_name",
"mascot",
"nickname",
"team",
"color",
"alternate_color",
"logo",
"logo_dark",
"href",
"conference_url",
"group_id",
"conference_short_name",
"conference_uid",
"conference_name",
"conference_logo",
"parent_group_id",
"conference_id"
)
expect_in(sort(colnames(x)), sort(cols))
expect_s3_class(x, "data.frame")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.