Chapter 4 Handle HTML dependencies with htmltools
Learning objectives:
- How we can utilize {htmltools} manage web dependencies (CSS and JS).
- Familiarize ourselves on how to use the
htmlDependency()
&tagList()
to properly handle web dependencies in Shiny apps - Learn about the
findDependencies()
,suppressDependencies()
andresolveDependencies()
functions and understand when and why they are necessary in Shiny app development.
This opens the doors to work with almost any web framework