tests/testthat/example_pre_post_load/R/post_load.R

post_load <- function(transformed_data, con) {
  DBI::dbExecute(con, "CREATE INDEX people_name ON people(name)")
}
vimc/dettl documentation built on Oct. 6, 2022, 2:13 p.m.