context("usairports")
test_that("usairports dimensions match", {
expect_equal(nrow(usairports), 19615)
expect_equal(ncol(usairports), 14)
})
test_that("usairports names are lower case", {
expect_identical(names(usairports), tolower(names(usairports)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.