htmltools is an R package that contains tools for generating HTML output directly from R.
After installing the new version of shiny (1.4.0) package, I face a strange error message > Warning: Error in writeImpl: Text …
r shiny htmltoolsI am creating an html document by creating various objects with ggplotly() and htmltools functions like h3() and html(). Then …
r ggplot2 htmltools