mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-12-16 17:42:10 +01:00
30 lines
364 B
Markdown
30 lines
364 B
Markdown
# Sub-header formatting wrapper
|
|
|
|
Sub-header formatting wrapper
|
|
|
|
## Usage
|
|
|
|
``` r
|
|
format_subheader(data, tag = "h2")
|
|
```
|
|
|
|
## Arguments
|
|
|
|
- data:
|
|
|
|
character vector
|
|
|
|
- tag:
|
|
|
|
character vector length 1
|
|
|
|
## Value
|
|
|
|
character vector
|
|
|
|
## Examples
|
|
|
|
``` r
|
|
"Instrument header" |> format_subheader()
|
|
#> <div class="rich-text-field-label"><h2>Instrument header</h2></div>
|
|
```
|