tests/testthat.R

library(testthat)
library(fars)

test_that("fars_read() works correctly", {
  expect_that(fars_read(make_filename(111111)), throws_error())
})
jluthy/Demo-fars_functions documentation built on May 13, 2019, 5:24 p.m.