Skip to contents

Configure the dataset backend

Usage

cr_dataset(crawler, backend = "memory", path = NULL, table = "dataset")

Arguments

crawler

A Crawler.

backend

One of "memory" (default), "jsonl", "duckdb".

path

File (jsonl) or database (duckdb) path; required for the persistent backends.

table

Table name for the "duckdb" backend.

Value

The crawler, invisibly.