tests/testthat/helper-output.R

output_file <- function(filename) file.path("output", filename)

expect_output_file_rel <- function(x, filename) {
  expect_output_file(x, output_file(filename), update = TRUE)
}
sctyner/dplyr050 documentation built on May 17, 2019, 2:22 p.m.