tests/testthat/test_read.peoplesoft.csv.R

library(testthat)

test_that("reading works", {
  expect_identical(read.peoplesoft.csv("./testfile.csv"), read.csv("./testfile2.csv"))
})
elinw/CUNYFirst documentation built on May 16, 2019, 3 a.m.