Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
daranzolin committed May 20, 2024
1 parent 981cabc commit a2868bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ knitr::opts_chunk$set(

<!-- badges: end -->

SQL queries (as separate files) occupy an awkward spot within R pipelines. The goal of sqltargets is to offer a shorthand `tar_sql` to reference and execute queries within [a targets project.](https://github.com/ropensci/targets)
sqltargets makes it easy to integrate SQL files within your [targets workflows.](https://github.com/ropensci/targets) The shorthand tar_sql() creates two targets: (1) the ‘upstream’ SQL file; and (2) the ‘downstream’ result of the query. Dependencies can be specified by calling tar_load() within SQL comments. Parameters can be specified using glue::glue_sql() bracket notation (‘{}’) (or configured using `sqltargets.glue_sql_delimiters` options (dev only)).

## Installation

Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ Targetopia](https://img.shields.io/badge/R_Targetopia-member-blue?style=flat&lab

<!-- badges: end -->

SQL queries (as separate files) occupy an awkward spot within R
pipelines. The goal of sqltargets is to offer a shorthand `tar_sql` to
reference and execute queries within [a targets
project.](https://github.com/ropensci/targets)
sqltargets makes it easy to integrate SQL files within your [targets
workflows.](https://github.com/ropensci/targets) The shorthand tar_sql()
creates two targets: (1) the ‘upstream’ SQL file; and (2) the
‘downstream’ result of the query. Dependencies can be specified by
calling tar_load() within SQL comments. Parameters can be specified
using glue::glue_sql() bracket notation (‘{}’) (or configured using
`sqltargets.glue_sql_delimiters` options (dev only)).

## Installation

Expand Down

0 comments on commit a2868bb

Please sign in to comment.