Prints a summary of project status including whether it's running and
the current status of all tasks.
Usage
project_status(project, con = NULL)
Arguments
- project
Character string specifying the project name.
- con
An optional database connection. If NULL, a new connection is
created and closed automatically.
Value
Invisibly returns NULL. Called for side effects (printing status).
Details
Displays:
Use this function to monitor progress and identify failed tasks.
Examples
if (FALSE) { # \dontrun{
# Not run:
# Check project status
project_status("simulation_study")
} # }