#' TEMPORARRY DOCUMENTATION
#'
#' @description TEMPORARY DOCUMENTATION
#'
#' @export
get_enum_values <- function(enum_type) {
stopifnot(is.enum_type(enum_type))
enum_type[["values"]]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.