src_filepth = function(){
system.file("assets/css", package="econApp")
}
src_filepthImg = function(){
system.file("assets/img", package="econApp")
}
statCard_dependency<-titleFrame_dependency <- statisticContentFrame_dependency<- statisticCardContentFrame_dependency <- statisticCard_dependency <- function(){
htmltools::htmlDependency(
name="econApp",
version="1.0.0",
src=c(file=system.file("assets/css", package="econApp")),
style=c("statisticCard-master.css"),
all_files = T
)}
# statCard_dependency <- function(){
# htmltools::htmlDependency(
# name="econApp",
# version="1.0.0",
# src=c(file=system.file("/assets/css", package = "econApp")),
# style="statCard.css",
# all_files = F
# )}
# statisticCardContentFrame_dependency <- function(){
# htmltools::htmlDependency(
# name="statisticCardContentFrame",
# version="1.0.0",
# src=c(file=src_filepth()),
# style="statisticCardContentFrame.css",
# all_files = F
# )}
# statisticContentFrame_dependency <- function(){
# htmltools::htmlDependency(
# name="statisticContentFrame",
# version="1.0.0",
# src=c(file=src_filepth()),
# style="statisticContentFrame.css",
# all_files = F
# )}
# titleFrame_dependency <- function(){
# htmltools::htmlDependency(
# name="titleFrame",
# version="1.0.0",
# src=c(file=src_filepth()),
# style="titleFrame.css",
# all_files = F
# )}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.