html_tag_wrap: Simple html tag wrapping for REDCap text formatting

View source: R/html_styling.R

html_tag_wrapR 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")

REDCapCAST documentation built on April 4, 2025, 3:18 a.m.