Skip to contents

Closes the headless browser session (if any) and the DuckDB connection (if the dataset uses the duckdb backend). Collect results with cr_collect() before closing a duckdb-backed crawl.

Usage

cr_close(crawler)

Arguments

crawler

A Crawler.

Value

The crawler, invisibly.