Package with an initial set of functions added
NOTE: Not all tests have been written yet!
This commit is contained in:
23
man/htmlReplaceBoxTitleLevel.Rd
Normal file
23
man/htmlReplaceBoxTitleLevel.Rd
Normal file
@@ -0,0 +1,23 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/htmlBoxManipulation.R
|
||||
\name{htmlReplaceBoxTitleLevel}
|
||||
\alias{htmlReplaceBoxTitleLevel}
|
||||
\title{Replaces the default \code{shinydashboard::box} title level (h3)}
|
||||
\usage{
|
||||
htmlReplaceBoxTitleLevel(box, newLevel = 2)
|
||||
}
|
||||
\arguments{
|
||||
\item{box}{The box to set the title level on}
|
||||
|
||||
\item{newLevel}{The new title level (default = 2)}
|
||||
}
|
||||
\value{
|
||||
The modified box
|
||||
}
|
||||
\description{
|
||||
Replaces the default \code{shinydashboard::box} title level (h3)
|
||||
}
|
||||
\examples{
|
||||
x <- shinydashboard::box(title = "This is a box")
|
||||
htmlReplaceBoxTitleLevel(x, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user