#' @details
#' An enumeration type (or enum type) is a value type defined by a set of named constants
#' of the underlying integral numeric type. To define an enumeration type, use
#' [enum()] and specify the names and values of enum members.
#' @keywords internal
"_PACKAGE"
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.