tests/testthat/test-to_munich.R

context("to_munich")

test_that("to_munich works", {

  data(emisco)
  dfco <- emisco[1:1000,"V8"]
  etm  <- to_munich(sdf = dfco)

  expect_equal(dim(etm[[1]]),
               c(1000,8))
})

Try the eixport package in your browser

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

eixport documentation built on Oct. 4, 2023, 9:13 a.m.