create_html_tag | R Documentation |
Create the text for an html tag opening
create_html_tag(tag, properties, close = FALSE)
tag |
String holding the tag name |
properties |
A character vector holding the tag properties. Each
entry could be created by |
close |
An optional logical flag, defining if the html tag should be
immediately be closed (eg. |
A string holding the text for the html opening tag.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.