## Based on https://stuff.mit.edu/afs/athena/software/r/current/RStudio/resources/roxygen_help.html
## see library/roxygen2/doc/rd.html
## https://bookdown.dongzhuoer.com/hadley/r-pkgs/man.html (Section 8)
#'
#' @details
#' For a complete list of functions use:
#' ```
#' library(help = "utilsag")
#' ```
#' or
#' ```
#' help.start()
#' ```
#' and locate `utilsag` package
## assorted imports from base packages
##' - ??@importFrom glmnetUtils minlossplot
#' @keywords internal
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.