powered by
Prints a summary of project status including whether it's running and the current status of all tasks.
project_status(project, con = NULL)
Invisibly returns NULL. Called for side effects (printing status).
Character string specifying the project name.
An optional database connection. If NULL, a new connection is created and closed automatically.
Displays:
Whether the project is running or stopped
Task status summary from task_status
task_status
Use this function to monitor progress and identify failed tasks.
task_status, project_get
project_get
if (FALSE) { # Not run: # Check project status project_status("simulation_study") }
Run the code above in your browser using DataLab