tests/testthat/test-isalpha.R

test_that("strs_isalpha works", {
  expect_true(strs_isalpha("letters"))
  expect_false(strs_isalpha("123"))
})

Try the strs package in your browser

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

strs documentation built on Sept. 11, 2024, 6:44 p.m.