tests/testthat/test-guess-delim.R

test_that("delim of csv can be guessed", {
  delim <- guess_delim(
    file = system.file("extdata", "vt_contribs.csv", package = "campfin")
  )
  expect_identical(delim, ",")
})

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.