html_tag_wrap | R Documentation |
Simple html tag wrapping for REDCap text formatting
html_tag_wrap(data, tag = "h2", extra = NULL)
data |
character vector |
tag |
character vector length 1 |
extra |
character vector |
character vector
html_tag_wrap("Titel", tag = "div", extra = 'class="rich-text-field-label"')
html_tag_wrap("Titel", tag = "h2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.