inst/tinytest/test_names_from_expression.R

library(tinytest)

expect_equal(
  csmbuilder:::names_from_expression(~a+b*c),
  c("a", "b", "c"))

Try the csmbuilder package in your browser

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

csmbuilder documentation built on Sept. 19, 2026, 1:06 a.m.