tests/testthat/dup_tests.R

dup(mtcars, disp)
cpf(mtcars, !duplicated(disp))

dup(mtcars, disp, wt = "hp")
print(dup(mtcars, disp))



dup(mtcars, disp == 79)
cpf(mtcars, disp == 79)
cpf(mtcars, gear)
rebelrebel04/xplor documentation built on May 27, 2019, 4:01 a.m.