R/wetqc_tbl.R

wetqc_tbl <- function() {
  TBLS <- new.env()
  type <- c("W", "B", "C", "Q")
  tbls <- c("xfe96wetqc", "xfe24wetqc", "xfpwetqc", "xf24legacy")
  Map(function(x, y) {
    assign(x, y, envir = TBLS)
  }, type, tbls)
}
JARS3N/adminKraken documentation built on May 7, 2019, 6:47 a.m.