R/options.R

# -- Package-level option defaults ---------------------------------------------

# These are the default values for options used in the package. They will be set
# as falls back if the user has not set them in their R session. See .onLoad()
# in R/zzz.R for where these are set.

#' @keywords internal
.hd_defaults <- list(
  highdir.hc_theme   = "default",
  highdir.gg_theme   = "classic",
  highdir.colors     = NULL,
  highdir.font       = NULL,
  highdir.js_plugins = character(0),
  highdir.backend    = "dynamic"   # default engine for hd()
)

Try the highdir package in your browser

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

highdir documentation built on July 31, 2026, 5:06 p.m.