html_tag_wrap {REDCapCAST} | R Documentation |
Simple html tag wrapping for REDCap text formatting
Description
Simple html tag wrapping for REDCap text formatting
Usage
html_tag_wrap(data, tag = "h2", extra = NULL)
Arguments
data |
character vector |
tag |
character vector length 1 |
extra |
character vector |
Value
character vector
Examples
html_tag_wrap("Titel", tag = "div", extra = 'class="rich-text-field-label"')
html_tag_wrap("Titel", tag = "h2")
[Package REDCapCAST version 24.6.1 Index]