example_sql_path {qryflow}R Documentation

Get path to qryflow example SQL scripts

Description

qryflow provides example SQL scripts in its inst/sql directory. Use this function to retrieve the path to an example script. This function is intended to facilitate examples, vignettes, and package tests.

Usage

example_sql_path(path = "mtcars.sql")

Arguments

path

filename of the example script.

Value

path to example SQL script

Examples

path <- example_sql_path("mtcars.sql")

file.exists(path)

[Package qryflow version 0.1.0 Index]