R/attachment_dependency.R

Defines functions attachment_dependency

attachment_dependency <- function(){
  htmltools::htmlDependency(
    name="attachment",
    version="1",
    src=c(file=src_filepthImg()),
    # src=c(href="https://ntpuecon.github.io/econApp/assets/img"),
    attachment="",
    all_files = T
  )}
ntpuecon/econApp documentation built on June 6, 2022, 9:04 p.m.