tests/testthat/test-valid_tibble.R

test_that("is tibble", {

  mydata <- theoffice

  expect_s3_class(mydata , "tbl_df")

})

Try the schrute package in your browser

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

schrute documentation built on Sept. 30, 2022, 1:07 a.m.