test_that("NCAA - Get MBB NET rankings", {
skip()
skip_on_cran()
x <- ncaa_mbb_NET_rankings()
cols <- c(
'rank', 'previous', 'school', 'conference',
'record', 'road', 'neutral', 'home',
'quad_1', 'quad_2', 'quad_3', 'quad_4'
)
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.