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.
Examples
path <- example_sql_path("mtcars.sql")
file.exists(path)
#> [1] TRUE