mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 05:59:07 +02:00
major overhaul with new functions. docs are lacking
This commit is contained in:
parent
1fd3911974
commit
04f5bec85c
28 changed files with 874 additions and 81 deletions
22
man/format_subheader.Rd
Normal file
22
man/format_subheader.Rd
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/html_styling.R
|
||||
\name{format_subheader}
|
||||
\alias{format_subheader}
|
||||
\title{Sub-header formatting wrapper}
|
||||
\usage{
|
||||
format_subheader(data, tag = "h2")
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{character vector}
|
||||
|
||||
\item{tag}{character vector length 1}
|
||||
}
|
||||
\value{
|
||||
character vector
|
||||
}
|
||||
\description{
|
||||
Sub-header formatting wrapper
|
||||
}
|
||||
\examples{
|
||||
"Instrument header" |> format_subheader()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue