tests/testthat/test-testfars.R

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))
})
Beryli-122/fars_package documentation built on July 13, 2020, 12:01 a.m.