Learn R Programming

qryflow (version 0.2.0)

example_sql_path: 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")

Value

path to example SQL script

Arguments

path

filename of the example script.

Examples

Run this code
path <- example_sql_path("mtcars.sql")

file.exists(path)

Run the code above in your browser using DataLab