rcpp_read_warc_sample: Loads the sample warc file in Rcpp
Description
Loads the sample warc file in Rcpp
Usage
rcpp_read_warc_sample(filter = "", include = "")
Arguments
filter
A regular expression used to filter to each warc entry
efficiently by running native code using Rcpp
.
include
A regular expression used to keep only matching lines
efficiently by running native code using Rcpp
.