Description Usage Arguments Examples
View source: R/OSUICode-utils.R
This function only works if there are existing dependencies. Otherwise, an error is raised.
1 | 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. |
1 2 3 4 5 6 | ## 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.