updateR | R Documentation |
Updates the crawlDB with links discovered during crawl. The crawlDB must already exist.
updateR(
work_dir = NULL,
out_dir = NULL,
log_file = NULL,
overwrite = F,
score_func = NULL
)
work_dir |
(Required) Working directory for this crawl. |
out_dir |
(Required) Working directory for this crawl. |
log_file |
Name of log file. If null, writes to stdout(). |
overwrite |
If true, all crawled links will be entered into DB as fresh unseen links. |
score_func |
Function to score urls |
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.