tests/testthat/test-read-names.R

test_that("multiplication works", {
  nm <- read_names(
    file = system.file("extdata", "vt_contribs.csv", package = "campfin")
  )
  expect_type(nm, "character")
  expect_length(nm, 9)
})

Try the campfin package in your browser

Any scripts or data that you put into this service are public.

campfin documentation built on Oct. 20, 2023, 5:06 p.m.