inst/tinytest/test_gh_issue_149.R

df <- data.frame(x = integer(0L))
vl <- validator(x > 0L)
cf <- confront(df, vl)
expect_silent(aggregate(cf))

Try the validate package in your browser

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

validate documentation built on July 4, 2024, 9:07 a.m.