Fixed lintr & complexity issues
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user