if (FALSE) {
# Not run:
# Add 100 tasks to a project
task_add("simulation_study", num = 100)
# Add tasks without cleaning existing ones
task_add("simulation_study", num = 50, clean = FALSE)
# Check task status
task_status("simulation_study")
}
Run the code above in your browser using DataLab