tests/testthat/test_replyr_uniqueValues.R

library('replyr')

context("unique values")

test_that("test_replyr_uniqueValues.R", {
  d <- data.frame(x = c(1, 2, 3, 3))
  replyr_uniqueValues(d, 'x')
})

Try the replyr package in your browser

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

replyr documentation built on Nov. 1, 2019, 7:49 p.m.