Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grab screens of data sources #82

Open
RPanczak opened this issue Jul 20, 2021 · 0 comments
Open

grab screens of data sources #82

RPanczak opened this issue Jul 20, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RPanczak
Copy link
Owner

https://cran.r-project.org/web/packages/webshot/ or https://github.com/rstudio/webshot2

library(webshot)

webshot("https://www.ine.es/jaxiT3/Tabla.htm?t=6563&L=1", "r.png")
webshot("https://www.ine.es/jaxiT3/Tabla.htm?t=6563&L=1", "r.png", cliprect = "viewport")

library(webshot2)

webshot("https://www.ine.es/jaxiT3/Tabla.htm?t=6563&L=1", "r.png")
@RPanczak RPanczak added the enhancement New feature or request label Jul 20, 2021
@RPanczak RPanczak added this to the 4.0 extensions milestone Jul 20, 2021
@RPanczak RPanczak self-assigned this Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant