tests/testthat/test-episodes.R

library(dplyr)

test_that("there are no NAs in story number", {

  expect_equal(all(!is.na(drwho_episodes$story_number)), TRUE)

})

Try the datardis package in your browser

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

datardis documentation built on Aug. 30, 2023, 5:19 p.m.