tests/testthat/test-csv.R

context("CSV")

test_that("can read folder and store as multiple data frame", {
  folder_1 <- importCsv("CSV")
  folder_2 <- importCsv("CSV2")

  expect_equal(folder_1, folder_2)
})

Try the DataLoader package in your browser

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

DataLoader documentation built on May 2, 2019, 4:16 a.m.