attachAppDep = function(tag) {
tagList(
tag,
htmltools::htmlDependency(
name = "app",
version = "1.0",
src = c(file = system.file("app", package="usrApp" )),
script = "js/appScript.js",
stylesheet = "css/appStyle.css")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.