If I launch a job via rstudioapi::jobRunScript(), I can later remove it with jobRemove(job)
If I have many jobs in the Jobs pane, I can manually remove them all with the broom button.
Is there a way to to the same thing, i.e. remove many jobs without knowing their id, with a rstudioapi command?
Thank you!