Learn R Programming

taskqueue (version 0.2.0)

shiny_app: Launch Shiny App for Monitoring Projects

Description

Starts an interactive Shiny application to monitor task progress and runtime statistics for taskqueue projects.

Usage

shiny_app()

Arguments

Value

Does not return while the app is running. Stops when the app is closed.

Details

The Shiny app provides:

  • Project selector dropdown

  • Real-time task status table (updates every 5 seconds)

  • Runtime distribution histogram for completed tasks

Useful for monitoring long-running projects and identifying performance issues.

See Also

project_status, task_status

Examples

Run this code
if (FALSE) {
# Not run:
# Launch monitoring app
shiny_app()
}

Run the code above in your browser using DataLab