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

preprocessor <- function(preprocessor_output) {
  preprocessor_output$hello <- "world"
}

function(preprocessor_output) {
  as.list(preprocessor_output)
}
robertzk/syberia documentation built on May 27, 2019, 11:37 a.m.