minimal_html {rvest} | R Documentation |
Create an HTML document from inline HTML
Description
Create an HTML document from inline HTML
Usage
minimal_html(html, title = "")
Arguments
html |
HTML contents of page. |
title |
Page title (required by HTML spec). |
Examples
minimal_html("<p>test</p>")
[Package rvest version 1.0.3 Index]