tests/testthat/projects/example_controller/lib/controllers/names.R

preprocessor <- function(filename) {
  list(prefilename = filename)
}

function(resource, filename, output) {
  list(resource_name = resource, filename = filename, prefilename = output$prefilename)
}
robertzk/syberia documentation built on May 27, 2019, 11:37 a.m.