parseR: Parse Processor

View source: R/helpers.R

parseRR Documentation

Parse Processor

Description

Handles parseing of extracted links and page content. Page content is parsed using 'parser' function passed in as variable.

Usage

parseR(this_dir = NULL, parser = parse_content, log_file = NULL)

Arguments

this_dir

Fetch directory to parse.

parser

Function that will be used for parseing.

log_file

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

Value

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


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