Learn R Programming

REDCapCAST (version 24.12.1)

html_tag_wrap: 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)

Value

character vector

Arguments

data

character vector

tag

character vector length 1

extra

character vector

Examples

Run this code
html_tag_wrap("Titel", tag = "div", extra = 'class="rich-text-field-label"')
html_tag_wrap("Titel", tag = "h2")

Run the code above in your browser using DataLab