inst/tinytest/test_cc.R

expect_identical(
    cc(  dale, audrey, laura  , hawk, ),
    c("dale", "audrey", "laura", "hawk", "")
)

expect_identical(
    cc("  dale audrey laura   hawk "),
    c("dale", "audrey", "laura", "hawk")
)

Try the ympes package in your browser

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

ympes documentation built on April 15, 2025, 1:17 a.m.