tests/testthat/test-tilde.R

context("Tilde")

test_that("can read folder and store as multiple data frame", {
  folder_1 <- importTilde("Tilde")
  folder_2 <- importTilde("Tilde2")

  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.