tests/testthat/test_replyr_quantile.R

library('replyr')

context("quantile")

test_that("test_replyr_quantile.R", {
  d <- data.frame(xvals = rev(1:1000))
  replyr_quantile(d, 'xvals')

})

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.