Seb
Seb

Reputation: 31

How to get a screenshot in the windows clipboard using R?

I would like to get a screenshot in the clipboard as it could be obtained pressing the Prt Scr key on my keyboard. I tried things like

cat("\U2399")

or using the KeyboardSimulator package

keybd.press('/44')

but it doesn't work ! Does someone have an idea ?

Upvotes: 2

Views: 103

Answers (0)

Related Questions