REDCapCAST/reference/format_subheader.md

364 B

Sub-header formatting wrapper

Sub-header formatting wrapper

Usage

format_subheader(data, tag = "h2")

Arguments

  • data:

    character vector

  • tag:

    character vector length 1

Value

character vector

Examples

"Instrument header" |> format_subheader()
#> <div class="rich-text-field-label"><h2>Instrument header</h2></div>