Description Usage Arguments Value Examples
View source: R/download_tools.R
Parse an HTML index page.
1 | parse_html_index(url, node = "//a", attribute = "href")
|
url |
The url of the page to parse. |
node |
The HTML node to extract. Default is link anchor,
i.e. |
attribute |
if not |
A character vector of nodes or attributes.
1 2 3 4 5 | ## Not run:
parse_html_index(paste0("https://emp.baydeltalive.com/assets/",
"00c870b6fdc0e30d0f92d719984cfb44/application/vnd.ms-excel"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.