htmlText | R Documentation |
Get HTML text content
htmlText(file, css = "body")
file |
character. Path to HTML file. |
css |
character. HTML elements (one of css) to select. Default |
A character vector.
Download('http://www.virusite.org', 'test.html') content = htmlText('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.