I am very new here. First I want to understand how to do best.
In moment I want to include a little part of plain html in my ui.r script
[...]
,
div(
id="panelsStayOpen-collapseOne",
class="accordion-collapse collapse show",
div(
class="accordion-body",
html("<strong>This is the first item's accordion body.</strong>"),
)
),
[...]
The result is an error-message :
# An error has occurred!
could not find function "html"
I don't understand why - I thought html is a nativ shiny function?