Get screenshots and place them in relevant subfolder

get_screenshot(
  domain,
  width = 1280,
  height = 1280,
  language = NULL,
  shuffle = TRUE
)

Arguments

domain

A character vector of one or more domains (e.g. "example.com").

shuffle

Logical, defaults to TRUE. If TRUE, order in which domains are processed is randomised.

Value

Nothing, used for its side effects.

Examples