content_indenter {html5} | R Documentation |
Add new lines and tabs to format HTML content.
Description
Add new lines and tabs to format HTML content.
Usage
content_indenter(x)
Arguments
x |
A string of HTML to format. |
Value
A HTML string formatted with new lines and tabs.
[Package html5 version 1.0.2 Index]