Description Usage Arguments Details
Crawl a website, building a site map, and reporting all internal and external links found.
1 2 | linked_urls(x, delay = 0.2, max_depth = 5, excludesites = "none",
...)
|
x |
The root url as a character string, or a html session. |
delay |
number of seconds to delay between http requests. |
max_depth |
Starting with the root url (level 0) follow links upto |
excludesites |
(default is "none" |
... |
additional arguments (not yet used) |
The max_depth
controls the number of links to follow. The root url is
level 0 and all the hrefs found on that page are level 1. Each href on a
level 1 page are labeled level 2. These labels and processing of the pages
will continue through level max_depth
. You could think of
max_depth
as the number of mouse clicks needed to navagate a web page
by a human in a graphical web browser to the noted url or file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.