Learn R Programming

targets (version 0.4.1)

tar_watch_server: Shiny module server for tar_watch()

Description

Use tar_watch_ui() and tar_watch_server() to include tar_watch() as a Shiny module in an app.

Usage

tar_watch_server(id, height = "650px")

Arguments

id

Character of length 1, ID corresponding to the UI function of the module.

height

Character of length 1, height of the visNetwork widget and branches table.

Value

A Shiny module server.

See Also

Other progress: tar_poll(), tar_progress_branches(), tar_progress_summary(), tar_progress(), tar_watch_ui(), tar_watch()