tests/testthat/test_creation.R

context("creation")

test_that("rpivotTable is right class",{
  expect_is(rpivotTable(data.frame()),"htmlwidget")
  expect_is(rpivotTable(data.frame()),"rpivotTable")
})
AnnickB/MyPivot documentation built on May 5, 2019, 6:03 a.m.