Compare commits
2 Commits
c3e00af747
...
bd8d022586
| Author | SHA1 | Date | |
|---|---|---|---|
| bd8d022586 | |||
| d5e358053d |
@@ -1,6 +1,6 @@
|
|||||||
Package: AVSDevR.HTMLUtils
|
Package: AVSDevR.HTMLUtils
|
||||||
Title: Utility Functions For Modifying R HTML Elements
|
Title: Utility Functions For Modifying R HTML Elements
|
||||||
Version: 0.0.4
|
Version: 0.0.5
|
||||||
Authors@R:
|
Authors@R:
|
||||||
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
||||||
Description: Collection of utility functions for modifying HTML markup of
|
Description: Collection of utility functions for modifying HTML markup of
|
||||||
|
|||||||
@@ -171,7 +171,9 @@ htmlRemoveBoxTitle <- function(box, removeHeader = FALSE) {
|
|||||||
} else {
|
} else {
|
||||||
htmltools::tagQuery(box)$
|
htmltools::tagQuery(box)$
|
||||||
find(".box-title")$
|
find(".box-title")$
|
||||||
replace(htmltools::tags$span(htmltools::HTML(" ")))$
|
replace(htmltools::tags$span(
|
||||||
|
class = "empty-box-title", htmltools::HTML(" ")
|
||||||
|
))$
|
||||||
allTags()
|
allTags()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user