| Title: | Create and Visualize Targets Pipelines |
|---|---|
| Description: | A Shiny app for creating and visualizing targets pipelines (<https://github.com/wlandau/targets>). Simply supply a _targets.R file with the pipeline and supporting functions, and the app shows a dependency graph and manifest. |
| Authors: | William Michael Landau [aut, cre] (ORCID: <https://orcid.org/0000-0003-1878-3253>), Eli Lilly and Company [cph], Sam Parmar [ctb] |
| Maintainer: | William Michael Landau <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.0.1 |
| Built: | 2025-10-12 07:02:17 UTC |
| Source: | https://github.com/wlandau/targetsketch |
targets pipelines.targetsketch is an package and R/Shiny app
for creating and visualizing targets pipelines.
William Michael Landau [email protected]
https://github.com/wlandau/targetsketch
# targetsketch() # Launches the app.# targetsketch() # Launches the app.
Launch an interactive web application for
creating and visualizing targets pipelines.
targetsketch(script = NULL)targetsketch(script = NULL)
script |
Character of length 1, path to an existing targets script.
When |
## Not run: targetsketch() ## End(Not run)## Not run: targetsketch() ## End(Not run)