R/tar_sql_target_list.R

Defines functions tar_sql_target_list

tar_sql_target_list <- function(
    target_file,
    target_output
) {
  out <- list(
    target_file,
    target_output
  )
  out
}

Try the sqltargets package in your browser

Any scripts or data that you put into this service are public.

sqltargets documentation built on June 22, 2024, 10:54 a.m.