context("Test the fars_map_state in the fars package")
library(dplyr)
library(maps)
library(fars)
test_that("fars_map_state() works correctly", {
expect_error(fars_map_state(17, 2018))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.