Search code examples
rvscode-extensions

How to remove all plots using httpgd in vscode?


I am using VSCODE with R. Is it possible to delete all plots at once? I mean delete, not hide


Solution

  • Use:

    dev.off(dev.list()["RStudioGD"])