Is there a function or package to take a screenshot of your desktop?
I understand there are packages like webshot, RSelenium, and SeleniumPipes to take screenshots of the browser, but I'd like a way in R to interact with my OS's native screen capture utility (or ImageMagick's Import function) to take a screen capture of my desktop at command and save it locally.
Given comments, there may be a way to do this with a system
call, but cannot seem to find any examples of this anywhere.