Constructs a new Crawler seeded with start_urls. The result is designed
to be piped through the cr_* configuration verbs and finally cr_run().
Usage
crawler(start_urls = character(), ...)Arguments
- start_urls
Character vector of seed URLs to enqueue at depth 0.
- ...
Options forwarded to
cr_options()(e.g.max_requests,delay,log_level).
Value
A Crawler object.