context("Run tests")
test_that("Data can be acquired", {
expect_that(us_baby_names(type = "territory"), is_a("data.frame"))
expect_that(us_baby_names(type = "state"), is_a("data.frame"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.