Create a web dependency — createWebDependency
createWebDependency(dependency, scrubFile = TRUE)
Arguments
dependency |
A single HTML dependency object, created using
|
---|---|
scrubFile |
If TRUE (the default), remove |
Description
Ensure that a file-based HTML dependency (from the htmltools package) can be
served over Shiny's HTTP server. This function works by using
addResourcePath()
to map the HTML dependency's directory to a
URL.