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] , Eli Lilly and Company [cph], Sam Parmar [ctb] |
Maintainer: | William Michael Landau <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.1 |
Built: | 2024-10-27 05:35:55 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)