View source: R/shinyYM-utils.R
add_dependencies | R Documentation |
This function only works if there are existing dependencies. Otherwise, an error is raised.
add_dependencies(tag, deps = NULL)
tag |
Tag to attach the dependencies. |
deps |
Dependencies to add. Expect a vector of names. If NULL, all dependencies are added. |
## Not run: library(htmltools) findDependencies(add_dependencies(div())) findDependencies(add_dependencies(div(), deps = "bulma")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.