webshot: Takes screenshots of web pages, including Shiny apps
ウェブページのスクリーンショットを撮影
- GitHub: https://github.com/wch/webshot
> library(webshot)
バージョン: 0.3
関数名 | 概略 |
---|---|
appshot |
Take a screenshot of a Shiny app |
resize |
Resize an image |
shinyscreenshot |
shinyscreenshot. |
shrink |
Shrink file size of a PNG |
webshot |
Take a screenshot of a URL |
appshot
ローカル環境でのShiny app.のスクリーンショット撮影
> appdir <- system.file("examples", "01_hello", package = "shiny")
> appshot(app = appdir,
+ file = "../Figure/usage_appshot.png")
resize
webshot
webページのスクリーンショットを撮影
Arguments
- url
- file
- vwidth / vheight
- cliprect
- selector
- expand
- delay
- eval
> webshot(url = "http://www.rstudio.com/",
+ file = "../Figure/usage_webshot.png")