query_load: Load a query from file

View source: R/queries.R

query_loadR Documentation

Load a query from file

Description

Load a query from file

Usage

query_load(query_name, query_location = "sql", include_header = FALSE)

Arguments

query_name

name of the query. This can also be a path, in which case query_location is ignored.

query_location

location of the query.

include_header

if true, the header will be included in the sql query

Value

loaded query


colin-fraser/queries documentation built on April 14, 2022, 2:12 p.m.