test_that("NHL - Get NHL conferences", {
skip_on_cran()
x <- nhl_conferences()
cols <- c(
"conference_id", "name", "link", "abbreviation", "short_name", "active"
)
expect_equal(colnames(x), 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.