Fixed lintr & complexity issues
This commit is contained in:
@@ -19,5 +19,7 @@ Add attributes to .box elements (\code{shinydashboard::box})
|
||||
}
|
||||
\examples{
|
||||
x <- shinydashboard::box()
|
||||
htmlAddBoxAttributes(x, role = "region", `aria-label` = "This is a special box")
|
||||
htmlAddBoxAttributes(
|
||||
x, role = "region", `aria-label` = "This is a special box"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user