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")
})
ebergel/rpivotNoUI documentation built on May 15, 2019, 7:30 p.m.