parseR_old: Parse Processor

View source: R/helpers.R

parseR_oldR Documentation

Parse Processor

Description

Parse Processor

Usage

parseR_old(
  this_dir = NULL,
  parser = parse_content,
  n_threads = 4,
  log_file = NULL,
  n = 4000
)

Arguments

this_dir

Fetch directory to parse.

n_threads

Number of threads to use for parseing.

log_file

Log file name. If null, defaults to stdout().

n

chunk size

parseR

Function that will be used for parseing.

Value

URLS beginning with (http/https), followed by ://www..


barob1n/crawlR documentation built on May 23, 2023, 10:53 a.m.