tests/testthat/test-stabilize_fct.R

# There isn't really anything special in this. Just do something so we can see
# if the function disappears.

test_that("stabilize_fct() works", {
  expect_identical(stabilize_fct(letters), factor(letters))
})

Try the stbl package in your browser

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

stbl documentation built on May 29, 2024, 5:52 a.m.