R/app_dependency.R

Defines functions attachAppDep

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")
)
}
tpemartin/usrApp documentation built on Sept. 4, 2022, 1:49 p.m.