Closed nanxstats closed 1 year ago
To create a screenshot:
library(webshot2)
webshot(
"https://r4csr.org",
file = "books-r4csr.png",
vwidth = round(900 * 1.5),
vheight = round(667 * 1.5),
cliprect = "viewport",
zoom = 2
)
pngquant books-r4csr.png
It would be constructive to add this book to Quarto Gallery after it is migrated to Quarto.