mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-12-16 09:32:10 +01:00
364 B
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>