#' @importFrom utils globalVariables
#' @importFrom dplyr %>%
#' @importFrom embed step_umap
#'
## -----------------------------------------------------------------------------
# token imports to stop R CMD check from complaining
#' @importFrom tidyverse tidyverse_conflicts
#' @importFrom tidymodels tag_attach
## -----------------------------------------------------------------------------
utils::globalVariables(
c(
"Positive?", "abs_value", "component", "terms", "value", "vars"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.