xml_comment | R Documentation |
Construct a comment node
xml_comment(content)
content |
The comment content |
x <- xml_new_document()
r <- xml_add_child(x, "root")
xml_add_child(r, xml_comment("Hello!"))
as.character(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.