tests/testthat/helper-functions.R

# Helper to test argument order
abc <- function(a = "", b = "", c = "") {
  cat("a: <", a, ">\n", sep = "")
  cat("b: <", b, ">\n", sep = "")
  cat("c: <", c, ">\n", sep = "")
  invisible(NULL)
}
torfason/zfit documentation built on Sept. 2, 2023, 3:12 p.m.