{targets}-based workflowFunctions to support a {targets}-based workflow |
|
---|---|
Add files and directories for a targets-powered project. |
|
Run a targets pipeline as a job in RStudio |
|
Visualize targets dependency graph using custom arguments |
|
Create a description file, including key dependencies to run the workflow |
|
Add entries to .gitignore, to ignore non-version-control-friendly files in this targets-based workflow |
|
Copy |
|
DuckDB targetsTarget factory to wrangle data using DuckDB |
|
Target factory to run SQL code on a DuckDB database backend, keeping one DuckDB file per target |
|
A custom format. The write function is standard, as we only want to store in the target the info that allows us to create the connection. The read function would do the heavy-lifting. |
|
Attach a database to the currently running DuckDB and update the search_path to make the objects in the new database available without using fully qualified names |
|
Query DuckDB's |
|
Set DuckDB's |
|
Update DuckDB's |
|
{bookdown} targetsTarget factory to cuild bookdown reports |
|
Target factory for bookdown |
|
Wrapper of |
|
OLD Drake-based workflowFns to support a drake-based workflow |
|
Add files and directories for a drake-powered project. |
|
Create a description file, including key dependencies to run a drake workflow |
|
Add entries to .gitignore, to ignore non-version-control-friendly files in this drake-based workflow |
|
Copy drake templates to the current project |