tests/testthat/test-get_stopfuncs.R

context("test-get_stopfuncs")

test_that("get stopfuncs works", {
  d <- get_stopfuncs()
  expect_s3_class(d, "tbl_df")
})

Try the tidycode package in your browser

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

tidycode documentation built on Dec. 11, 2019, 1:08 a.m.