Set crawler options
Arguments
- crawler
A Crawler.
- ...
Named options to override. Recognised options:
concurrency,max_requests,max_depth,delay(seconds between requests),timeout,max_retries,user_agent,respect_robots,same_domain,log_level("debug","info","warn","error","off").
Examples
crawler("https://example.com") |> cr_options(delay = 0.5, max_depth = 2)