Nothing
#' @title Options for connector
#' @name connector-options
#' @description
#' `r zephyr::list_options(as = "markdown", .envir = "connector")`
NULL
#' @title Internal parameters for reuse in functions
#' @name connector-options-params
#' @eval zephyr::list_options(as = "params", .envir = "connector")
#' @details
#' See [connector-options] for more information.
#' @keywords internal
NULL
zephyr::create_option(
name = "verbosity_level",
default = "verbose",
desc = "Verbosity level for functions in connector.
See [zephyr::verbosity_level] for details."
)
zephyr::create_option(
name = "overwrite",
default = FALSE,
desc = "Overwrite existing content if it exists in the connector?"
)
zephyr::create_option(
name = "logging",
default = FALSE,
desc = "Add logs to the console as well as to the whirl log html files"
)
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.