Package 'targetsketch'

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-06-22 09:45:11 UTC
Source: https://github.com/wlandau/targetsketch

Help Index


targetsketch: An R/Shiny app to visualize targets pipelines.

Description

targetsketch is an package and R/Shiny app for creating and visualizing targets pipelines.

Author(s)

William Michael Landau [email protected]

References

https://github.com/wlandau/targetsketch

Examples

# targetsketch() # Launches the app.

Launch the targetsketch app

Description

Launch an interactive web application for creating and visualizing targets pipelines.

Usage

targetsketch(script = NULL)

Arguments

script

Character of length 1, path to an existing targets script. When script is NULL (default) then the function uses the default starting script. If script file does not exist then function will stop and user will get an error message.

Examples

## Not run: 
targetsketch()

## End(Not run)