context("Getting Senate nominate scores")
library(politicaldata)
# get_senate_nominate
test_that("get_senate_nominate() outputs non-empty dataset", {
expect_is(get_senate_nominate(116),class = "data.frame")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.