Fixed lintr & complexity issues

This commit is contained in:
2026-02-03 15:06:31 +00:00
parent 27bccf2b84
commit 066455efa0
9 changed files with 60 additions and 90 deletions

View File

@@ -2,7 +2,8 @@
% Please edit documentation in R/htmlBoxManipulation.R
\name{htmlRemoveBoxTitle}
\alias{htmlRemoveBoxTitle}
\title{Removes title from box element (leaving an un-titled box with header if required)}
\title{Removes title from box element (leaving an un-titled box with header if
required)}
\usage{
htmlRemoveBoxTitle(box, removeHeader = FALSE)
}
@@ -15,7 +16,8 @@ htmlRemoveBoxTitle(box, removeHeader = FALSE)
The modified box
}
\description{
Removes title from box element (leaving an un-titled box with header if required)
Removes title from box element (leaving an un-titled box with header if
required)
}
\examples{
x <- shinydashboard::box(title = "TBR")