cc_warc {sparkwarc}R Documentation

Provides WARC paths for commoncrawl.org

Description

Provides WARC paths for commoncrawl.org. To be used with spark_read_warc.

Usage

cc_warc(start, end = start)

Arguments

start

The first path to retrieve.

end

The last path to retrieve.

Examples


cc_warc(1)
cc_warc(2, 3)


[Package sparkwarc version 0.1.6 Index]