htmlHref | R Documentation |
Get HTML href content
htmlHref(file, css = "body a")
file |
character. Path to HTML file. |
css |
character. HTML elements (one of css) to select. Default |
A character vector.
Download('https://ftp.ensembl.org/pub', 'test.html') content = htmlHref('test.html') file.remove('test.html') head(content)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.