HTML Deps

# Call some code that adds jquery/bootstrap
htmltools::tagList(
  htmltools::p("hello"),
  rmarkdown::html_dependency_jquery(),
  rmarkdown::html_dependency_bootstrap("flatly")
)
knitr::knit_hooks$set(document = function(x) {
  if (interactive()) {
    browser()
  }
  x
})


Try the pkgdown package in your browser

Any scripts or data that you put into this service are public.

pkgdown documentation built on Dec. 28, 2022, 1:37 a.m.