Nothing
#' @eval options::as_roxygen_docs()
NULL
#' @eval options::as_params()
#' @name options
#'
NULL
options::define_option(
"verbose",
default = 2,
desc = "`numeric` verbosity level. Higher values means more information is
printed in console. A value of 0 means nothing is printed to console during
execution"
)
#' @noRd
dummy <- function() {
earth::earth
xgboost::xgboost
}
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.