tar_sql_exec: Execute a SQL query.

View source: R/tar_sql_raw.R

tar_sql_execR Documentation

Execute a SQL query.

Description

Internal function needed for 'tar_sql()'. Users should not invoke it directly.

Usage

tar_sql_exec(args, deps)

Arguments

args

A named list of arguments to 'glue::glue_sql()'.

deps

An unnamed list of target dependencies of the R Markdown report, automatically created by 'tar_sql_deps()'.

Value

a data frame.


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