Nothing
#' @importFrom htmltools htmlDependency
feedbackDependency <- function() {
htmltools::htmlDependency(
name = "feedback",
version = utils::packageVersion("shinyFeedback"),
src = "assets",
package = "shinyFeedback",
script = "js/shinyfeedback.js",
stylesheet = "css/shinyfeedback.css"
)
}
#' @importFrom htmltools htmlDependency
toastrDependency <- function() {
htmltools::htmlDependency(
name = "toastr",
version = "2.1.4",
src = "assets/toastr",
package = "shinyFeedback",
script = c("js/toastr.min.js", "js/shinytoastr.js"),
stylesheet = "css/toastr.min.css"
)
}
#' @importFrom utils packageVersion
valueBoxDependency <- function() {
htmltools::htmlDependency(
name = "valueboxmodule",
version = utils::packageVersion("shinyFeedback"),
src = "assets",
package = "shinyFeedback",
stylesheet = "css/valuebox.css"
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.