injectR | R Documentation |
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.
injectR(out_dir = NULL, work_dir = NULL, seeds = NULL, log_file = NULL)
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(). |
Returns character vector of links, or error message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.