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

@@ -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"
)
}