injectR: Inject seeds into crawlDB

View source: R/injectR.R

injectRR Documentation

Inject seeds into crawlDB

Description

Inject seeds into crawlDB. If no crawlDB is found in work_dir, a crawlDB will be created.

Can be called alone or thru the crawlR function. Seeds can be injected at anytime.

Usage

injectR(out_dir = NULL, work_dir = NULL, seeds = NULL, log_file = NULL)

Arguments

out_dir

(Required) Output Directory directory for this crawl.

work_dir

(Required) Working Directory directory for this crawl.

seeds

(Required) Url's to inject.

log_file

Name of log file. If null, writes to stdout().

Value

Returns character vector of links, or error message.


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