Use tar_watch_ui()
and tar_watch_server()
to include tar_watch()
as a Shiny module in an app.
tar_watch_server(
id,
height = "650px",
exclude = ".Random.seed",
config = "_targets.yaml"
)
Character of length 1, ID corresponding to the UI function of the module.
Character of length 1,
height of the visNetwork
widget and branches table.
Character vector of nodes to omit from the graph.
Character of length 1, path to the YAML file with
all the configuration settings (default: _targets.yaml
).
A Shiny module server.
Other progress:
tar_built()
,
tar_canceled()
,
tar_errored()
,
tar_poll()
,
tar_progress_branches()
,
tar_progress_summary()
,
tar_progress()
,
tar_skipped()
,
tar_started()
,
tar_watch_ui()
,
tar_watch()