I am using VSCODE with R. Is it possible to delete all plots at once? I mean delete, not hide
Use:
dev.off(dev.list()["RStudioGD"])