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")
})
smartinsightsfromdata/rpivotTable documentation built on May 30, 2019, 3:07 a.m.